diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-06-05 22:53:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-06 08:13:36 +0200 |
commit | d83808b6e368d2cc9e65041c15e4df87b7989919 (patch) | |
tree | 2cfebb1bc93d6fd5b971dcf20d71a720c31c8443 /dev-python/zope-schema | |
parent | dev-python/zope-i18nmessageid: enable py3.12 (diff) | |
download | gentoo-d83808b6e368d2cc9e65041c15e4df87b7989919.tar.gz gentoo-d83808b6e368d2cc9e65041c15e4df87b7989919.tar.bz2 gentoo-d83808b6e368d2cc9e65041c15e4df87b7989919.zip |
dev-python/zope-schema: 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-schema')
-rw-r--r-- | dev-python/zope-schema/zope-schema-7.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-schema/zope-schema-7.0.1.ebuild b/dev-python/zope-schema/zope-schema-7.0.1.ebuild index 6ff494d3e0f2..6a614c85eca1 100644 --- a/dev-python/zope-schema/zope-schema-7.0.1.ebuild +++ b/dev-python/zope-schema/zope-schema-7.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |