commit: 66a6803dad24db45c24b6c5ea41887979a01ab51
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 05:34:49 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 05:54:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a6803d
games-board/pysolfc: enable py3.11
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-board/pysolfc/pysolfc-2.18.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-board/pysolfc/pysolfc-2.18.0.ebuild
b/games-board/pysolfc/pysolfc-2.18.0.ebuild
index 3b4c6bc6fcf3..c3338cd15fee 100644
--- a/games-board/pysolfc/pysolfc-2.18.0.ebuild
+++ b/games-board/pysolfc/pysolfc-2.18.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="tk"
inherit distutils-r1 xdg