diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-06-05 23:05:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-06 08:13:40 +0200 |
commit | 82b8faeb56d2dbd085895440b67bb3efd91fe533 (patch) | |
tree | 1438d3af31b26769027bafd90f63eba6cede4fc7 | |
parent | dev-python/zope-hookable: enable py3.12 (diff) | |
download | gentoo-82b8faeb56d2dbd085895440b67bb3efd91fe533.tar.gz gentoo-82b8faeb56d2dbd085895440b67bb3efd91fe533.tar.bz2 gentoo-82b8faeb56d2dbd085895440b67bb3efd91fe533.zip |
dev-python/zope-component: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/zope-component/zope-component-6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-component/zope-component-6.0.ebuild b/dev-python/zope-component/zope-component-6.0.ebuild index ce60a9d8260d..37d75b2d1d9b 100644 --- a/dev-python/zope-component/zope-component-6.0.ebuild +++ b/dev-python/zope-component/zope-component-6.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 |