From fe7a8c330b177f324aad2a8def05af35e4213fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 19:58:20 +0100 Subject: [PATCH] dev-python/sphinx-gallery: Remove py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/sphinx-gallery/sphinx-gallery-0.19.0.ebuild | 2 +- dev-python/sphinx-gallery/sphinx-gallery-0.20.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.19.0.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.19.0.ebuild index 91bc0d107920b..d555c3fcec88c 100644 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.19.0.ebuild +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.19.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1 pypi diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.20.0.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.20.0.ebuild index 0686cb1389773..44f5b8aaeed21 100644 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.20.0.ebuild +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.20.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1 pypi