diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-11-13 15:39:09 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-11-13 19:44:12 -0500 |
commit | 9b4ad23ec600021f4bcf6b7b7af60db6f6297879 (patch) | |
tree | a7ca0610b86dccc5d310694bd53934df4c0e89cb /games-board | |
parent | games-puzzle/pathological: EAPI7->8, enable py3.10 (diff) | |
download | gentoo-9b4ad23ec600021f4bcf6b7b7af60db6f6297879.tar.gz gentoo-9b4ad23ec600021f4bcf6b7b7af60db6f6297879.tar.bz2 gentoo-9b4ad23ec600021f4bcf6b7b7af60db6f6297879.zip |
games-board/pysolfc: enable py3.10
2.14.0 fixed py3.10 already but this was waiting on pygame/pysol_cards
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pysolfc/pysolfc-2.14.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/pysolfc/pysolfc-2.14.0-r1.ebuild b/games-board/pysolfc/pysolfc-2.14.0-r1.ebuild index 40671290a72c..083dd7e939d7 100644 --- a/games-board/pysolfc/pysolfc-2.14.0-r1.ebuild +++ b/games-board/pysolfc/pysolfc-2.14.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_SINGLE_IMPL=1 PYTHON_REQ_USE="tk" inherit distutils-r1 xdg |