commit: 9149e75ac9f1afefd8fe739611374c84e97ba461
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Dec 22 17:02:53 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Mon Dec 22 17:02:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9149e75a
media-video/manimgl: Remove py3.11
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
media-video/manimgl/manimgl-1.7.2.ebuild | 4 ++--
media-video/manimgl/manimgl-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-video/manimgl/manimgl-1.7.2.ebuild
b/media-video/manimgl/manimgl-1.7.2.ebuild
index 310c06ccf8..673b6742ac 100644
--- a/media-video/manimgl/manimgl-1.7.2.ebuild
+++ b/media-video/manimgl/manimgl-1.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ DOCS_DEPEND="
"
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 docs
diff --git a/media-video/manimgl/manimgl-9999.ebuild
b/media-video/manimgl/manimgl-9999.ebuild
index 51b31adc26..3b421550c0 100644
--- a/media-video/manimgl/manimgl-9999.ebuild
+++ b/media-video/manimgl/manimgl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ DOCS_DEPEND="
"
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 docs git-r3