dev-games/freecell-solver: enable py3.12

Fedora do it, so we can too.

Closes: https://bugs.gentoo.org/929396
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-04-20 14:17:41 +02:00
parent 441dd00672
commit 62c5b3b20f

View File

@@ -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"