diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 10:33:03 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 10:48:03 +0200 |
commit | 1606b7416880e7d9ca2a763911171826ce374aab (patch) | |
tree | ce20084366c0cdf80b56e2844a7c807a552689b6 /games-engines | |
parent | games-board/tali: support python 3.12 (diff) | |
download | gentoo-1606b7416880e7d9ca2a763911171826ce374aab.tar.gz gentoo-1606b7416880e7d9ca2a763911171826ce374aab.tar.bz2 gentoo-1606b7416880e7d9ca2a763911171826ce374aab.zip |
games-engines/scrap-engine: enable py3.12
Closes: https://bugs.gentoo.org/929579
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scrap-engine/scrap-engine-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-engines/scrap-engine/scrap-engine-1.2.0.ebuild b/games-engines/scrap-engine/scrap-engine-1.2.0.ebuild index 05b7700f5b2a..0b27cf9061a1 100644 --- a/games-engines/scrap-engine/scrap-engine-1.2.0.ebuild +++ b/games-engines/scrap-engine/scrap-engine-1.2.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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |