commit: 63bdb69f33308e5e94b84e77f90418055838a86f Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 09:27:13 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 10:56:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bdb69f
games-engines/scrap-engine: enable py3.13 Don't really know this package but tests pass. Closes: https://bugs.gentoo.org/952485 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-engines/scrap-engine/scrap-engine-1.2.0.ebuild | 4 ++-- 1 file 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 0b27cf9061a1..6cec5802085c 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-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1
