diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-23 12:15:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-23 12:34:09 +0200 |
commit | 17f136ff5fdfebdebaa1f79939d147d2454dfdf3 (patch) | |
tree | eeb7b8b21060d6ea00ae00b2c36150d2cb7235a2 /dev-python/tenacity | |
parent | dev-python/tenacity: Use PEP517 build (diff) | |
download | gentoo-17f136ff5fdfebdebaa1f79939d147d2454dfdf3.tar.gz gentoo-17f136ff5fdfebdebaa1f79939d147d2454dfdf3.tar.bz2 gentoo-17f136ff5fdfebdebaa1f79939d147d2454dfdf3.zip |
dev-python/tenacity: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tenacity')
-rw-r--r-- | dev-python/tenacity/tenacity-8.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tenacity/tenacity-8.0.1-r1.ebuild b/dev-python/tenacity/tenacity-8.0.1-r1.ebuild index 248a72c6338e..f26d4e37358c 100644 --- a/dev-python/tenacity/tenacity-8.0.1-r1.ebuild +++ b/dev-python/tenacity/tenacity-8.0.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 |