commit: 14b41ac0d74928603221b01114ffd5165db7b47d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 13:05:48 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 27 13:20:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b41ac0
dev-python/pytest-subtests: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild
b/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild
index b10cb02ed428..e9789af55a9e 100644
--- a/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild
+++ b/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi