commit: afbc721200e2655dd3c7a29a292fdfe5282d21e8 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Mon May 29 12:12:51 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 29 12:26:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbc7212
dev-python/pyhamcrest: enable py3.12 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/31214 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild index 28b54aaa1e0c..d524a8ae4ccd 100644 --- a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1
