commit: e2a32d74d5707a13e7d837ab121468372a38143f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 06:21:41 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 07:31:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a32d74
dev-python/test: Enable py3.13t
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/test/test-0.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/test/test-0.ebuild b/dev-python/test/test-0.ebuild
index 2f63099165a9..b4942eb4db23 100644
--- a/dev-python/test/test-0.ebuild
+++ b/dev-python/test/test-0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} python3_13t )
inherit python-r1
@@ -42,4 +42,7 @@ RDEPEND="
<dev-lang/python-3.13.0_rc1_p3-r1:3.13
)
' python3_13)
+ $(python_gen_cond_dep '
+ dev-python/python-tests:3.13t
+ ' python3_13t)
"