dev-lang/python-exec: Sync with Gentoo

It's from Gentoo commit 3c986dbc652294f7a3d76ef5e21e80b3ea31c8d0.
This commit is contained in:
Flatcar Buildbot 2025-08-04 07:12:45 +00:00 committed by Krzesimir Nowak
parent 73438afec7
commit e8a6263773

View File

@ -3,7 +3,10 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
# This is just a stub for tooling, see the IUSE hack below. Don't panic
# if the array here doesn't contain the latest impl. If you can't use a
# new impl., it's likely because it's a stable-masked flag.
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit python-any-r1