commit: aef863b8288d6e77915189c39855fce653eaf8fb
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 17:06:42 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 17:17:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef863b8
dev-games/godot: enable py3.12 for SLOT=3
Meant to wait until a release to test given it'd likely include
3.12 fixes if any are needed, but SLOT=3 releases have gotten
sparse and it seems to be build fine (only used for scons).
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-games/godot/godot-3.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-games/godot/godot-3.5.3.ebuild
b/dev-games/godot/godot-3.5.3.ebuild
index 8fadd2b5d978..c4e78535e32d 100644
--- a/dev-games/godot/godot-3.5.3.ebuild
+++ b/dev-games/godot/godot-3.5.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit desktop python-any-r1 scons-utils shell-completion toolchain-funcs xdg
DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor"