diff options
author | Julien Roy <julien@jroy.ca> | 2024-05-14 19:28:28 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-14 20:44:43 -0400 |
commit | 890feb964539d55a3c0e9d290daacb9eee5d7f3e (patch) | |
tree | e09b8712f007963deab27f6ceff15217af6c6db9 /games-fps | |
parent | dev-python/mobi: enable py3.12 (diff) | |
download | guru-890feb964539d55a3c0e9d290daacb9eee5d7f3e.tar.gz guru-890feb964539d55a3c0e9d290daacb9eee5d7f3e.tar.bz2 guru-890feb964539d55a3c0e9d290daacb9eee5d7f3e.zip |
games-fps/crispy-doom: enable py3.12, py3.13
Closes: https://bugs.gentoo.org/931450
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/crispy-doom/crispy-doom-5.12.0.ebuild | 4 | ||||
-rw-r--r-- | games-fps/crispy-doom/crispy-doom-6.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild b/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild index d5d62b632..60823967d 100644 --- a/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild +++ b/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10,11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools prefix python-any-r1 xdg diff --git a/games-fps/crispy-doom/crispy-doom-6.0.ebuild b/games-fps/crispy-doom/crispy-doom-6.0.ebuild index f132f0113..f4dfd0191 100644 --- a/games-fps/crispy-doom/crispy-doom-6.0.ebuild +++ b/games-fps/crispy-doom/crispy-doom-6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools prefix python-any-r1 xdg |