commit: 5b6ffda1ff8d1caabc67289daa4f335ac3e746da Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Jun 8 10:40:06 2023 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Jun 8 10:50:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6ffda1
dev-games/tiled: enable py3.11 Closes: https://bugs.gentoo.org/896690 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-games/tiled/tiled-1.8.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/tiled/tiled-1.8.6.ebuild b/dev-games/tiled/tiled-1.8.6.ebuild index f55759312a1d..44e23d47cbd4 100644 --- a/dev-games/tiled/tiled-1.8.6.ebuild +++ b/dev-games/tiled/tiled-1.8.6.ebuild @@ -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"
