commit: 6ce51b1736c34a87284d5c8a0850836b46932e0f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jan 29 06:01:55 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 29 09:20:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce51b17
dev-python/nose2: Enable py3.12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/nose2/nose2-0.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose2/nose2-0.14.1.ebuild b/dev-python/nose2/nose2-0.14.1.ebuild index db1432fea4e8..100e56bf620b 100644 --- a/dev-python/nose2/nose2-0.14.1.ebuild +++ b/dev-python/nose2/nose2-0.14.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1