diff options
author | 2024-10-11 15:37:03 +0200 | |
---|---|---|
committer | 2024-10-14 14:38:53 +0200 | |
commit | a13ffde8064787366a44025c682aaad4436d273a (patch) | |
tree | 8c5c150bce08f3874b0af8f08dde97f32e3a5903 | |
parent | dev-python/jaraco-text: Enable python3_13t (diff) | |
download | gentoo-a13ffde8064787366a44025c682aaad4436d273a.tar.gz gentoo-a13ffde8064787366a44025c682aaad4436d273a.tar.bz2 gentoo-a13ffde8064787366a44025c682aaad4436d273a.zip |
dev-python/setuptools: Enable python3_13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/setuptools/setuptools-74.1.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-75.1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/setuptools/setuptools-74.1.3.ebuild b/dev-python/setuptools/setuptools-74.1.3.ebuild index 83bdd551d315..652157bb1a0e 100644 --- a/dev-python/setuptools/setuptools-74.1.3.ebuild +++ b/dev-python/setuptools/setuptools-74.1.3.ebuild @@ -8,7 +8,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone PYTHON_TESTED=( python3_{10..13} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 pypi diff --git a/dev-python/setuptools/setuptools-75.1.0.ebuild b/dev-python/setuptools/setuptools-75.1.0.ebuild index df219ec84347..e04c2c70c4cd 100644 --- a/dev-python/setuptools/setuptools-75.1.0.ebuild +++ b/dev-python/setuptools/setuptools-75.1.0.ebuild @@ -8,7 +8,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone PYTHON_TESTED=( python3_{10..13} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 pypi |