Skip to content

Commit

Permalink
dev-games/freecell-solver: enable py3.12
Browse files Browse the repository at this point in the history
Fedora do it, so we can too.

Closes: https://bugs.gentoo.org/929396
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Apr 20, 2024
1 parent 441dd00 commit 62c5b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-games/freecell-solver/freecell-solver-6.8.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
inherit cmake python-single-r1

DESCRIPTION="C library for automatically solving Freecell and some other solitaire variants"
Expand Down

0 comments on commit 62c5b3b

Please sign in to comment.