summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-07 16:12:12 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-07 16:36:06 +0200
commit4fcbd9fe11b3a43401ab121f1ab1bf7b558ea999 (patch)
tree56d8b202f89139a43441ca012a791292c2406c3b /games-board/pysolfc
parentdev-python/pysol-cards: Enable py3.13 (diff)
downloadgentoo-4fcbd9fe11b3a43401ab121f1ab1bf7b558ea999.tar.gz
gentoo-4fcbd9fe11b3a43401ab121f1ab1bf7b558ea999.tar.bz2
gentoo-4fcbd9fe11b3a43401ab121f1ab1bf7b558ea999.zip
games-board/pysolfc: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-board/pysolfc')
-rw-r--r--games-board/pysolfc/pysolfc-3.0.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-board/pysolfc/pysolfc-3.0.0.ebuild b/games-board/pysolfc/pysolfc-3.0.0.ebuild
index fee3dbfb8e5a..adff3487f9f4 100644
--- a/games-board/pysolfc/pysolfc-3.0.0.ebuild
+++ b/games-board/pysolfc/pysolfc-3.0.0.ebuild
@@ -5,8 +5,9 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="tk"
+
inherit distutils-r1 xdg
MY_PN="PySolFC"