diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-11 08:30:10 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-11 08:40:44 +0200 |
commit | c3e59e7b525f8dab1285ae933daf91f655bb6441 (patch) | |
tree | 05125a9eb9cb916ce7f5fe5cd988e9f4d9dcb6d8 /dev-python/zope-exceptions/zope-exceptions-4.6.ebuild | |
parent | dev-python/stevedore: add 4.1.1 (diff) | |
download | gentoo-c3e59e7b525f8dab1285ae933daf91f655bb6441.tar.gz gentoo-c3e59e7b525f8dab1285ae933daf91f655bb6441.tar.bz2 gentoo-c3e59e7b525f8dab1285ae933daf91f655bb6441.zip |
dev-python/zope-exceptions: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/zope-exceptions/zope-exceptions-4.6.ebuild')
-rw-r--r-- | dev-python/zope-exceptions/zope-exceptions-4.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-exceptions/zope-exceptions-4.6.ebuild b/dev-python/zope-exceptions/zope-exceptions-4.6.ebuild index 89ee54d44763..93aaa4ca6baa 100644 --- a/dev-python/zope-exceptions/zope-exceptions-4.6.ebuild +++ b/dev-python/zope-exceptions/zope-exceptions-4.6.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 |