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:
@@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{8..12} )
|
||||
PYTHON_COMPAT=( python3_{8..14} )
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
inherit check-reqs toolchain-funcs
|
||||
inherit python-r1
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
inherit check-reqs toolchain-funcs
|
||||
inherit python-r1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user