commit: 7a38b0a44c401af1accc71a7827bbe55393b0cfb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 10:00:24 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 11 10:00:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a38b0a4
dev-python/virtualenv: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/virtualenv/virtualenv-20.26.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/virtualenv/virtualenv-20.26.1.ebuild
b/dev-python/virtualenv/virtualenv-20.26.1.ebuild
index 17590a856722..8d12883f0789 100644
--- a/dev-python/virtualenv/virtualenv-20.26.1.ebuild
+++ b/dev-python/virtualenv/virtualenv-20.26.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 multiprocessing pypi
@@ -98,7 +98,7 @@ python_test() {
'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[python-3--bin-]'
)
;;
- python3.12)
+ python3.1[23])
EPYTEST_DESELECT+=(
tests/unit/create/via_global_ref/test_build_c_ext.py
)