commit: 3de0b8766371b17baa06788ef36bf436a6af201f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:58:44 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 19:06:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de0b876
dev-python/sphinx-selective-exclude: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../sphinx-selective-exclude/sphinx-selective-exclude-1.0.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/sphinx-selective-exclude/sphinx-selective-exclude-1.0.3-r2.ebuild
b/dev-python/sphinx-selective-exclude/sphinx-selective-exclude-1.0.3-r2.ebuild
index 22dd4c979748..5d27c806b999 100644
---
a/dev-python/sphinx-selective-exclude/sphinx-selective-exclude-1.0.3-r2.ebuild
+++
b/dev-python/sphinx-selective-exclude/sphinx-selective-exclude-1.0.3-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi