diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-02-16 21:34:38 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-02-16 21:37:01 +0100 |
| commit | 4b99bdc87227a39da4a0ff05c7de218d7796ae47 (patch) | |
| tree | 187ec869efdabeb415e289664f6d9a2910d83cae /dev-python/setuptools | |
| parent | bd5cd7d912529a51b1709285f0076adf36ad2c01 (diff) | |
| download | gentoo-4b99bdc87227a39da4a0ff05c7de218d7796ae47.tar.gz gentoo-4b99bdc87227a39da4a0ff05c7de218d7796ae47.tar.bz2 gentoo-4b99bdc87227a39da4a0ff05c7de218d7796ae47.zip | |
dev-python/setuptools: Enable testing on pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
| -rw-r--r-- | dev-python/setuptools/setuptools-75.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/setuptools/setuptools-75.8.0.ebuild b/dev-python/setuptools/setuptools-75.8.0.ebuild index 0df5024a0755..2c3d96da6709 100644 --- a/dev-python/setuptools/setuptools-75.8.0.ebuild +++ b/dev-python/setuptools/setuptools-75.8.0.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 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 python3_13t ) +PYTHON_TESTED=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 pypi |
