diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-05-23 19:33:27 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-05-23 20:59:02 +0200 |
| commit | fbbb31bd2db31876b611399508cc8750c206e769 (patch) | |
| tree | bfa2e59ac83254f49375bf1fb085fa1687aabbf5 /dev-python/setuptools | |
| parent | e4bc3712bd9186c58f77de347f7625211607f056 (diff) | |
| download | gentoo-fbbb31bd2db31876b611399508cc8750c206e769.tar.gz gentoo-fbbb31bd2db31876b611399508cc8750c206e769.tar.bz2 gentoo-fbbb31bd2db31876b611399508cc8750c206e769.zip | |
dev-python/setuptools: Also enable py3.14 on <80, for pip tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
| -rw-r--r-- | dev-python/setuptools/setuptools-79.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/setuptools/setuptools-79.0.1.ebuild b/dev-python/setuptools/setuptools-79.0.1.ebuild index f85cc1d403c0..84658b820dc6 100644 --- a/dev-python/setuptools/setuptools-79.0.1.ebuild +++ b/dev-python/setuptools/setuptools-79.0.1.ebuild @@ -7,8 +7,8 @@ EAPI=8 # please bump dev-python/ensurepip-setuptools along with this package! DISTUTILS_USE_PEP517=standalone -PYTHON_TESTED=( python3_{10..13} pypy3 pypy3_11 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t ) +PYTHON_TESTED=( python3_{11..14} pypy3_11 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 pypi |
