diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-08-01 12:58:00 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-08-01 12:58:00 +0200 |
| commit | 0b8fcdc26f071250920249eab53217f924b805b3 (patch) | |
| tree | 11e6a05015ae1c8d6862059f51c024090cec3c15 /dev-python/virtualenv | |
| parent | 291eb8daa88e8d67cee684571ff2e9f6f687a149 (diff) | |
dev-python/virtualenv: Enable testing on py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/virtualenv')
| -rw-r--r-- | dev-python/virtualenv/virtualenv-21.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/virtualenv/virtualenv-21.7.1.ebuild b/dev-python/virtualenv/virtualenv-21.7.1.ebuild index 83d1d712a24f..e27fdf889329 100644 --- a/dev-python/virtualenv/virtualenv-21.7.1.ebuild +++ b/dev-python/virtualenv/virtualenv-21.7.1.ebuild @@ -5,8 +5,8 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYPI_VERIFY_REPO=https://github.com/pypa/virtualenv -PYTHON_TESTED=( python3_{12..14} ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 python3_{13..15}t ) +PYTHON_TESTED=( python3_{12..15} ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{14..15}t ) inherit distutils-r1 pypi |
