mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
3e7a24bd39
commit
cbed169e1a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user