commit: a1e54e1ff9b252195f3d53f931658328af149393
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 17:24:53 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 23 17:24:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e54e1f
dev-python/virtualenv: Enable testing on py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/virtualenv/virtualenv-20.31.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/virtualenv/virtualenv-20.31.2.ebuild
b/dev-python/virtualenv/virtualenv-20.31.2.ebuild
index bdeeb8689288..ec504f52a4ed 100644
--- a/dev-python/virtualenv/virtualenv-20.31.2.ebuild
+++ b/dev-python/virtualenv/virtualenv-20.31.2.ebuild
@@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_TESTED=( python3_{11..13} pypy3_11 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_14 python3_{13,14}t )
+PYTHON_TESTED=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t )
inherit distutils-r1 pypi