commit: a5e953da3e8c866146a00ab8396bd27c11b61a6c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 19:01:03 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 19:06:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e953da
dev-python/sphinx-autoapi: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-autoapi/sphinx-autoapi-3.6.0.ebuild | 2 +-
dev-python/sphinx-autoapi/sphinx-autoapi-3.6.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-3.6.0.ebuild
b/dev-python/sphinx-autoapi/sphinx-autoapi-3.6.0.ebuild
index 448e55701285..9e4935301fd4 100644
--- a/dev-python/sphinx-autoapi/sphinx-autoapi-3.6.0.ebuild
+++ b/dev-python/sphinx-autoapi/sphinx-autoapi-3.6.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-3.6.1.ebuild
b/dev-python/sphinx-autoapi/sphinx-autoapi-3.6.1.ebuild
index ccb04367d4c9..019b36eeb784 100644
--- a/dev-python/sphinx-autoapi/sphinx-autoapi-3.6.1.ebuild
+++ b/dev-python/sphinx-autoapi/sphinx-autoapi-3.6.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1