summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-05-23 18:37:50 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2025-05-23 18:37:50 +0300
commit05cb92ac4a8f81105259c8a7bc4d79a3c0899097 (patch)
treeaea198478e0b6563f4bd5d2450c0fc44bf46dcd3 /dev-python
parentff05e2bffd0b4f06d046bc1325c7ccd94ebb0b48 (diff)
downloadgentoo-05cb92ac4a8f81105259c8a7bc4d79a3c0899097.tar.gz
gentoo-05cb92ac4a8f81105259c8a7bc4d79a3c0899097.tar.bz2
gentoo-05cb92ac4a8f81105259c8a7bc4d79a3c0899097.zip
dev-python/pytest-forked: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-forked/pytest-forked-1.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-forked/pytest-forked-1.6.0.ebuild b/dev-python/pytest-forked/pytest-forked-1.6.0.ebuild
index bb946541d413..f7a58ef812b5 100644
--- a/dev-python/pytest-forked/pytest-forked-1.6.0.ebuild
+++ b/dev-python/pytest-forked/pytest-forked-1.6.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi