diff options
author | Jens Mühlenhoff <j.muehlenhoff@gmx.de> | 2024-08-02 12:39:57 +0200 |
---|---|---|
committer | Jens Mühlenhoff <j.muehlenhoff@gmx.de> | 2024-08-02 12:41:24 +0200 |
commit | 6ed00e30cde55d05b6f165abe588976da4ceae3e (patch) | |
tree | 33ae5d4e010779ba16d8c0c159fca7d52d62639c /games-util | |
parent | dev-python/pywebview: enable py3.12, py3.13 and disable py3.10 (diff) | |
download | guru-6ed00e30cde55d05b6f165abe588976da4ceae3e.tar.gz guru-6ed00e30cde55d05b6f165abe588976da4ceae3e.tar.bz2 guru-6ed00e30cde55d05b6f165abe588976da4ceae3e.zip |
games-util/legendary: enable py3.12 and py3.13, disable py3.10
Signed-off-by: Jens Mühlenhoff <j.muehlenhoff@gmx.de>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/legendary/legendary-0.20.33-r1.ebuild (renamed from games-util/legendary/legendary-0.20.33.ebuild) | 2 | ||||
-rw-r--r-- | games-util/legendary/legendary-0.20.34-r1.ebuild (renamed from games-util/legendary/legendary-0.20.34.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-util/legendary/legendary-0.20.33.ebuild b/games-util/legendary/legendary-0.20.33-r1.ebuild index f9ba96a48..38334dec4 100644 --- a/games-util/legendary/legendary-0.20.33.ebuild +++ b/games-util/legendary/legendary-0.20.33-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 diff --git a/games-util/legendary/legendary-0.20.34.ebuild b/games-util/legendary/legendary-0.20.34-r1.ebuild index 27da08a53..6f5fd30f1 100644 --- a/games-util/legendary/legendary-0.20.34.ebuild +++ b/games-util/legendary/legendary-0.20.34-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 |