dev-util/quilttools: enable py3.11

Closes: https://bugs.gentoo.org/897608
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2023-02-25 12:09:15 +01:00
parent e32a2369cd
commit fc66e8f927

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit python-single-r1