dev-revise: Update PYTHON_COMPAT

Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
2023-07-15 22:29:55 +02:00
parent ea5ae07616
commit 6b6191ac6f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_8 python3_9 python3_10 )
PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1