dev-python/scikit-build-core: enable py3.14

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-07-17 09:33:53 +01:00
parent b8134d0ae9
commit d1a55a4353
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi