summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 13:02:22 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 13:15:53 +0200
commitddf754340c9b82a7adb88b7b8e4100cf5155238c (patch)
tree589ef02a4fb79c016262f7f797124368db4a45ec /dev-python/backoff
parentdev-python/autopep8: update EAPI 7 -> 8 (diff)
downloadgentoo-ddf754340c9b82a7adb88b7b8e4100cf5155238c.tar.gz
gentoo-ddf754340c9b82a7adb88b7b8e4100cf5155238c.tar.bz2
gentoo-ddf754340c9b82a7adb88b7b8e4100cf5155238c.zip
dev-python/backoff: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/backoff')
-rw-r--r--dev-python/backoff/backoff-2.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backoff/backoff-2.0.1.ebuild b/dev-python/backoff/backoff-2.0.1.ebuild
index 6e819a3cee44..dd3c03188281 100644
--- a/dev-python/backoff/backoff-2.0.1.ebuild
+++ b/dev-python/backoff/backoff-2.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1