commit: 3699b4c97263dc2ae65f8d8ba4f18dbab7daa9d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 19 20:03:03 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 20:07:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3699b4c9
dev-python/pydata-sphinx-theme: Remove py3.10 (per sphinx-8.2)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.16.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.16.0.ebuild
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.16.0.ebuild
index 552b0a12ec10..b5b3f6f76978 100644
--- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.16.0.ebuild
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.16.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=standalone
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi