diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-18 12:48:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-18 12:56:17 +0200 |
commit | cf81823a9267f19ece5d7117cf771162f7169495 (patch) | |
tree | 322dbd5a9e47f7b6e1eb0e07108ee4621784bb40 /dev-python | |
parent | dev-python/asyncstdlib: Enable py3.11 (diff) | |
download | gentoo-cf81823a9267f19ece5d7117cf771162f7169495.tar.gz gentoo-cf81823a9267f19ece5d7117cf771162f7169495.tar.bz2 gentoo-cf81823a9267f19ece5d7117cf771162f7169495.zip |
dev-python/zope-deprecation: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/zope-deprecation/zope-deprecation-4.4.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-deprecation/zope-deprecation-4.4.0-r2.ebuild b/dev-python/zope-deprecation/zope-deprecation-4.4.0-r2.ebuild index 64c907c487d0..5c779791734f 100644 --- a/dev-python/zope-deprecation/zope-deprecation-4.4.0-r2.ebuild +++ b/dev-python/zope-deprecation/zope-deprecation-4.4.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |