commit: ae831575bd8b32320c05bf81bdedaea031d28b94
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 19 20:11:35 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 20:21:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae831575
dev-python/sphinx-autoapi: Remove py3.10 (per sphinx-8.2)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-autoapi/sphinx-autoapi-3.4.0.ebuild | 4 ++--
dev-python/sphinx-autoapi/sphinx-autoapi-3.5.0.ebuild | 2 +-
dev-python/sphinx-autoapi/sphinx-autoapi-3.6.0.ebuild | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-3.4.0.ebuild
b/dev-python/sphinx-autoapi/sphinx-autoapi-3.4.0.ebuild
index 7c47968ac320..605126ecb6ce 100644
--- a/dev-python/sphinx-autoapi/sphinx-autoapi-3.4.0.ebuild
+++ b/dev-python/sphinx-autoapi/sphinx-autoapi-3.4.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-3.5.0.ebuild
b/dev-python/sphinx-autoapi/sphinx-autoapi-3.5.0.ebuild
index 0a0ed78e594c..2261c8e1b327 100644
--- a/dev-python/sphinx-autoapi/sphinx-autoapi-3.5.0.ebuild
+++ b/dev-python/sphinx-autoapi/sphinx-autoapi-3.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
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 7a40a3d868b8..f05fa4858f14 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_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1