diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-17 00:34:49 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-17 00:54:33 -0500 |
commit | 66a6803dad24db45c24b6c5ea41887979a01ab51 (patch) | |
tree | 01d0d0428b1f62afeaf5c80d7a7476e150d18e02 /games-board | |
parent | games-arcade/whichwayisup: enable py3.11 (diff) | |
download | gentoo-66a6803dad24db45c24b6c5ea41887979a01ab51.tar.gz gentoo-66a6803dad24db45c24b6c5ea41887979a01ab51.tar.bz2 gentoo-66a6803dad24db45c24b6c5ea41887979a01ab51.zip |
games-board/pysolfc: enable py3.11
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pysolfc/pysolfc-2.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |