summaryrefslogtreecommitdiff
path: root/dev-python/testpath/testpath-0.6.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-08 19:09:15 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-08 21:10:03 +0200
commitd79a0a6a6c3f36a5fcd597fe7ffb38b926e1324f (patch)
tree3665b201fd7595e2bba9540b762e9702ae6a5345 /dev-python/testpath/testpath-0.6.0.ebuild
parent71d576cb39be14d38af0eb4e996711cbbb946c28 (diff)
downloadgentoo-d79a0a6a6c3f36a5fcd597fe7ffb38b926e1324f.tar.gz
gentoo-d79a0a6a6c3f36a5fcd597fe7ffb38b926e1324f.tar.bz2
gentoo-d79a0a6a6c3f36a5fcd597fe7ffb38b926e1324f.zip
dev-python/testpath: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testpath/testpath-0.6.0.ebuild')
-rw-r--r--dev-python/testpath/testpath-0.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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