commit: 530112a773fbee7fe8911fd70b960d34b3152fb1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 15:46:49 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 11 17:03:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530112a7
dev-python/virtualenv: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/virtualenv/virtualenv-20.31.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/virtualenv/virtualenv-20.31.2.ebuild
b/dev-python/virtualenv/virtualenv-20.31.2.ebuild
index affd12204e66..bdeeb8689288 100644
--- a/dev-python/virtualenv/virtualenv-20.31.2.ebuild
+++ b/dev-python/virtualenv/virtualenv-20.31.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_TESTED=( python3_{11..13} pypy3_11 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_14 python3_{13,14}t )
inherit distutils-r1 pypi