diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-06-05 23:02:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-06 08:13:39 +0200 |
commit | 66c3f960ff9feecfc4340f0a30e8c733e181d015 (patch) | |
tree | d25677cddfc3122c8b65e63ee59376b26f6981e2 /dev-python/zope-hookable | |
parent | dev-python/zope-exceptions: enable py3.12 (diff) | |
download | gentoo-66c3f960ff9feecfc4340f0a30e8c733e181d015.tar.gz gentoo-66c3f960ff9feecfc4340f0a30e8c733e181d015.tar.bz2 gentoo-66c3f960ff9feecfc4340f0a30e8c733e181d015.zip |
dev-python/zope-hookable: 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-hookable')
-rw-r--r-- | dev-python/zope-hookable/zope-hookable-5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-hookable/zope-hookable-5.4.ebuild b/dev-python/zope-hookable/zope-hookable-5.4.ebuild index 1b05acf9c672..f251bb3e7a33 100644 --- a/dev-python/zope-hookable/zope-hookable-5.4.ebuild +++ b/dev-python/zope-hookable/zope-hookable-5.4.ebuild @@ -7,7 +7,7 @@ DISTUTILS_EXT=1 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 |