games-arcade/solarwolf: enable py3.11

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2023-01-17 00:15:35 -05:00
parent d675120900
commit 8d2c9ed2fe

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit desktop python-single-r1
MY_P="${PN}-$(ver_cut 1-2)"