diff options
author | 2022-11-09 06:43:57 +0000 | |
---|---|---|
committer | 2022-11-09 06:53:34 +0000 | |
commit | 9a0f028b33e047f943a169c309a279894f684491 (patch) | |
tree | 4d63d400cfdb5ce17c6e9172944e8b2939a9599f /dev-python | |
parent | dev-python/manuel: enable py3.11 (diff) | |
download | gentoo-9a0f028b33e047f943a169c309a279894f684491.tar.gz gentoo-9a0f028b33e047f943a169c309a279894f684491.tar.bz2 gentoo-9a0f028b33e047f943a169c309a279894f684491.zip |
dev-python/zope-configuration: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/zope-configuration/zope-configuration-4.4.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-configuration/zope-configuration-4.4.1-r2.ebuild b/dev-python/zope-configuration/zope-configuration-4.4.1-r2.ebuild index 70766bc00aa2..ff8ef6e737e6 100644 --- a/dev-python/zope-configuration/zope-configuration-4.4.1-r2.ebuild +++ b/dev-python/zope-configuration/zope-configuration-4.4.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |