dev-python/nanobind: support pypy3

Pypy3 is tested in upstream

Signed-off-by: uis <uis9936@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/40480
Closes: https://github.com/gentoo/gentoo/pull/40480
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
uis
2025-09-22 04:23:02 +03:00
committed by Sam James
parent d749251a5d
commit 1dfd842857
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=scikit-build-core
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit cmake distutils-r1

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=scikit-build-core
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit cmake distutils-r1