Update Python support to include Python 3.14 in all ebuilds
- Updated PYTHON_COMPAT ranges in 27 ebuilds
- python3_13 -> python3_14 (and ranges)
- python3_13t -> python3_14t
- Ranges like python3_{9..12} now include up to python3_14
This ensures all Python-compatible packages support the latest Python 3.14 version.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
PYTHON_COMPAT=( python3_{9..14} )
|
||||
MY_PV=${PV/_p/-}
|
||||
MY_P=${PN}-${MY_PV}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
PYTHON_COMPAT=( python3_{9..14} )
|
||||
GENTOO_DEPEND_ON_PERL=no
|
||||
inherit perl-module python-r1 toolchain-funcs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user