diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-18 13:02:22 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-18 13:15:53 +0200 |
commit | ddf754340c9b82a7adb88b7b8e4100cf5155238c (patch) | |
tree | 589ef02a4fb79c016262f7f797124368db4a45ec /dev-python/backoff | |
parent | dev-python/autopep8: update EAPI 7 -> 8 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |