commit: 5687959794f144b1f070de50b2b62adc43f1348c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 14:41:31 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 14:56:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56879597
dev-python/virtualenv: Enable py3.13t
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/virtualenv/virtualenv-20.30.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/virtualenv/virtualenv-20.30.0.ebuild
b/dev-python/virtualenv/virtualenv-20.30.0.ebuild
index 103faa13760b..8082a3cc8ec6 100644
--- a/dev-python/virtualenv/virtualenv-20.30.0.ebuild
+++ b/dev-python/virtualenv/virtualenv-20.30.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_TESTED=( python3_{10..13} pypy3 pypy3_11 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t )
inherit distutils-r1 multiprocessing pypi
@@ -46,7 +46,7 @@ BDEPEND="
' "${PYTHON_TESTED[@]}")
$(python_gen_cond_dep '
dev-python/time-machine[${PYTHON_USEDEP}]
- ' 'python3*')
+ ' python3_{10..13})
$(python_gen_cond_dep '
>=dev-python/pytest-freezer-0.4.6[${PYTHON_USEDEP}]
' 'pypy3*')