commit: 15113a11bf57e0d0651001f15fc347a46f7be57b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 05:15:00 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 06:21:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15113a11
dev-python/pytest-subtests: Enable py3.13t & py3.14t
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-subtests/pytest-subtests-0.14.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-subtests/pytest-subtests-0.14.2.ebuild
b/dev-python/pytest-subtests/pytest-subtests-0.14.2.ebuild
index 7a395e94564b..b0ab791f4c39 100644
--- a/dev-python/pytest-subtests/pytest-subtests-0.14.2.ebuild
+++ b/dev-python/pytest-subtests/pytest-subtests-0.14.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
inherit distutils-r1 pypi