diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-06-05 22:58:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-06 08:13:37 +0200 |
commit | 104aec4b4e8d8f8816e99b6cdf2a0f88bb36b8eb (patch) | |
tree | 84d2d613bba670b656632b63ad9486ee377e9705 /dev-python/zope-configuration | |
parent | dev-python/zope-schema: enable py3.12 (diff) | |
download | gentoo-104aec4b4e8d8f8816e99b6cdf2a0f88bb36b8eb.tar.gz gentoo-104aec4b4e8d8f8816e99b6cdf2a0f88bb36b8eb.tar.bz2 gentoo-104aec4b4e8d8f8816e99b6cdf2a0f88bb36b8eb.zip |
dev-python/zope-configuration: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zope-configuration')
-rw-r--r-- | dev-python/zope-configuration/zope-configuration-5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-configuration/zope-configuration-5.0.ebuild b/dev-python/zope-configuration/zope-configuration-5.0.ebuild index 8da5c016419b..f3ff3f642fea 100644 --- a/dev-python/zope-configuration/zope-configuration-5.0.ebuild +++ b/dev-python/zope-configuration/zope-configuration-5.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |