dev-util/quilttools: enable py3.10

Closes: https://bugs.gentoo.org/848357
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2022-05-30 20:13:12 +02:00
parent 98dabfd6d9
commit e46c138066

View File

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