From 65ffdf670a5ddbcbdeefffaf4c330ad9f97253a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 19:49:31 +0100 Subject: [PATCH] dev-python/sphinxygen: 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/sphinxygen/sphinxygen-1.0.10.ebuild | 2 +- dev-python/sphinxygen/sphinxygen-1.0.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinxygen/sphinxygen-1.0.10.ebuild b/dev-python/sphinxygen/sphinxygen-1.0.10.ebuild index 3360fb9297bd9..60022a69cce63 100644 --- a/dev-python/sphinxygen/sphinxygen-1.0.10.ebuild +++ b/dev-python/sphinxygen/sphinxygen-1.0.10.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 pypi diff --git a/dev-python/sphinxygen/sphinxygen-1.0.12.ebuild b/dev-python/sphinxygen/sphinxygen-1.0.12.ebuild index cb8fa3e81f405..8d1cf14bbc02d 100644 --- a/dev-python/sphinxygen/sphinxygen-1.0.12.ebuild +++ b/dev-python/sphinxygen/sphinxygen-1.0.12.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 pypi