raise python version in Gentoo ebuild

This commit is contained in:
2026-08-20 12:13:30 +02:00
parent 856634040e
commit cc94a5c1cf
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{13..14} )
DISTUTILS_USE_PEP517=setuptools
SCM=""