From ce6873f2d6cb1a325f52a03491cd0b02aceced05 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Mon, 22 Dec 2025 18:01:46 +0100 Subject: [PATCH] dev-python/sphinx-last-updated-by-git: Remove py3.11 Signed-off-by: Paul Zander --- .../sphinx-last-updated-by-git-0.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild b/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild index 2bf644b026..464d7e4f8b 100644 --- a/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild +++ b/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 pypi