app-portage/portpeek: Remove py3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-12-21 19:39:02 +01:00
parent 47c1079091
commit 6df5363a0f
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{9,10,11,12,13} )
PYTHON_COMPAT=( python3_{12,13} )
inherit python-r1

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{9..14} )
PYTHON_COMPAT=( python3_{12..14} )
inherit python-r1

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{9,10,11,12,13} )
PYTHON_COMPAT=( python3_{12,13} )
inherit python-r1

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{9..14} )
PYTHON_COMPAT=( python3_{12..14} )
inherit python-r1