diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-02-19 21:11:35 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-02-19 21:21:51 +0100 |
| commit | ae831575bd8b32320c05bf81bdedaea031d28b94 (patch) | |
| tree | 1bc73c978201d750f4c98295cf05d856f03981af /dev-python | |
| parent | 57cb7848f7799c8032a7a866ad7673b99db707b1 (diff) | |
| download | gentoo-ae831575bd8b32320c05bf81bdedaea031d28b94.tar.gz gentoo-ae831575bd8b32320c05bf81bdedaea031d28b94.tar.bz2 gentoo-ae831575bd8b32320c05bf81bdedaea031d28b94.zip | |
dev-python/sphinx-autoapi: Remove py3.10 (per sphinx-8.2)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/sphinx-autoapi/sphinx-autoapi-3.4.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/sphinx-autoapi/sphinx-autoapi-3.5.0.ebuild | 2 | ||||
| -rw-r--r-- | 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 |
