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@gentoo.org>
This commit is contained in:
Sam James 2025-05-11 20:31:40 +01:00
parent 3e7a24bd39
commit cbed169e1a
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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