dev-games/tiled: enable py3.11

Closes: https://bugs.gentoo.org/896690
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2023-06-08 12:40:06 +02:00
parent 0e1fb6471f
commit 5b6ffda1ff

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit python-single-r1 qmake-utils xdg-utils
DESCRIPTION="A general purpose tile map editor"