commit:     cbed169e1aab9269353ab5f729beee1a2a48241d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 19:31:40 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 20:01:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbed169e

dev-python/cython: enable py3.14

Upstrem are testing this in CI. We may want PYTHON_FULLY_TESTED here
given the numpy thing but let's handle that later.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/cython/cython-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cython/cython-3.1.0.ebuild 
b/dev-python/cython/cython-3.1.0.ebuild
index b35805bef407..3931c3e0fe2e 100644
--- a/dev-python/cython/cython-3.1.0.ebuild
+++ b/dev-python/cython/cython-3.1.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_TESTED=( python3_{11..12} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 python3_13{,t} )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 python3_13{,t} python3_14{,t} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 multiprocessing pypi toolchain-funcs

Reply via email to