overlay *: Bump some python compats to 3.14

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
Krzesimir Nowak 2026-01-06 15:44:27 +01:00
parent ed558a1357
commit d2368a3d84
9 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..11} )
PYTHON_COMPAT=( python3_{11..14} )
inherit multilib python-any-r1 systemd toolchain-funcs

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6..11} )
PYTHON_COMPAT=( python3_{11..14} )
TMPFILES_OPTIONAL=1
inherit python-any-r1 systemd tmpfiles

View File

@ -12,7 +12,7 @@ else
KEYWORDS="amd64 arm arm64 x86"
fi
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{11..14} )
inherit git-r3 systemd python-any-r1

View File

@ -11,7 +11,7 @@ else
KEYWORDS="amd64 arm arm64 x86"
fi
PYTHON_COMPAT=( python3_{6..11} )
PYTHON_COMPAT=( python3_{11..14} )
inherit git-r3 python-single-r1

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..11} )
PYTHON_COMPAT=( python3_{11..14} )
inherit bash-completion-r1 python-single-r1