summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-29 21:36:12 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-29 21:36:12 +0300
commit116fb035201bf816dd0e08b83f621ee595ed9f78 (patch)
tree7f15f401b748838d7d5759dcdb0fe1aaea329f7b /dev-python/retry-decorator
parentdev-python/reedsolomon: enable py3.11 (diff)
downloadgentoo-116fb035201bf816dd0e08b83f621ee595ed9f78.tar.gz
gentoo-116fb035201bf816dd0e08b83f621ee595ed9f78.tar.bz2
gentoo-116fb035201bf816dd0e08b83f621ee595ed9f78.zip
dev-python/retry-decorator: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/retry-decorator')
-rw-r--r--dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild b/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild
index 84b6c7c59dba..bdd65098108d 100644
--- a/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild
+++ b/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Decorator for retrying when exceptions occur"