app-portage/elogv: Remove py3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-12-21 19:38:52 +01:00
parent 7f33b779b0
commit 47c1079091
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..12} pypy3 )
PYTHON_COMPAT=( python3_12 )
PYTHON_REQ_USE="ncurses"
DISTUTILS_USE_PEP517=setuptools

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..13} pypy3 )
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_REQ_USE="ncurses"
DISTUTILS_USE_PEP517=setuptools