dev-python/pyopencl: enable py3.14

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/614
Merges: https://codeberg.org/gentoo/gentoo/pulls/614
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2026-04-13 15:17:07 +03:00
committed by Sam James
parent 5e9cb78d92
commit f765b0ee1f

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=scikit-build-core
PYPI_VERIFY_REPO=https://github.com/inducer/pyopencl
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 multiprocessing pypi