commit: c022d7d6f55f026a9d8652adb3905c0539f890cd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 8 17:04:24 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 8 19:09:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c022d7d6
dev-python/setuptools: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/setuptools/setuptools-80.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/setuptools/setuptools-80.3.1.ebuild
b/dev-python/setuptools/setuptools-80.3.1.ebuild
index 558dbf012914..38ca01dede1b 100644
--- a/dev-python/setuptools/setuptools-80.3.1.ebuild
+++ b/dev-python/setuptools/setuptools-80.3.1.ebuild
@@ -8,7 +8,7 @@ EAPI=8
DISTUTILS_USE_PEP517=standalone
PYTHON_TESTED=( python3_{11..13} pypy3_11 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t python3_14 python3_14t )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1 pypi