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:
Mario Fetka
2026-06-27 20:19:26 +02:00
parent c77c2cb4fc
commit fa275a52d6
27 changed files with 27 additions and 27 deletions

View File

@@ -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

View File

@@ -5,7 +5,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit check-reqs toolchain-funcs
inherit python-r1

View File

@@ -5,7 +5,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit check-reqs toolchain-funcs
inherit python-r1