commit: d79a0a6a6c3f36a5fcd597fe7ffb38b926e1324f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 8 17:09:15 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 8 19:10:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79a0a6a
dev-python/testpath: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/testpath/testpath-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/testpath/testpath-0.6.0.ebuild
b/dev-python/testpath/testpath-0.6.0.ebuild
index 4f3e3033f5e2..95acca0e28e4 100644
--- a/dev-python/testpath/testpath-0.6.0.ebuild
+++ b/dev-python/testpath/testpath-0.6.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} python3_13t )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_1{3t,4t} )
inherit distutils-r1