From 9149e75ac9f1afefd8fe739611374c84e97ba461 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Mon, 22 Dec 2025 18:02:53 +0100 Subject: [PATCH] media-video/manimgl: Remove py3.11 Signed-off-by: Paul Zander --- 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