change required python version in ebuild

This commit is contained in:
2024-01-10 17:03:44 +01:00
parent c3b672ec58
commit ec9455d36b

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_SETUPTOOLS=rdepend
SCM=""