diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-07 16:12:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-07 16:36:06 +0200 |
commit | 4fcbd9fe11b3a43401ab121f1ab1bf7b558ea999 (patch) | |
tree | 56d8b202f89139a43441ca012a791292c2406c3b /games-board | |
parent | dev-python/pysol-cards: Enable py3.13 (diff) | |
download | gentoo-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')
-rw-r--r-- | games-board/pysolfc/pysolfc-3.0.0.ebuild | 3 |
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" |