commit: 27c4560083f2e04624f8c73db17275195ad733e5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 6 18:40:13 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 6 19:01:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c45600
dev-python/insipid-sphinx-theme: Extend implementations
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/insipid-sphinx-theme/insipid-sphinx-theme-0.4.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/insipid-sphinx-theme/insipid-sphinx-theme-0.4.2.ebuild
b/dev-python/insipid-sphinx-theme/insipid-sphinx-theme-0.4.2.ebuild
index 9ca84b985351..c4bfef3bd36a 100644
--- a/dev-python/insipid-sphinx-theme/insipid-sphinx-theme-0.4.2.ebuild
+++ b/dev-python/insipid-sphinx-theme/insipid-sphinx-theme-0.4.2.ebuild
@@ -1,11 +1,11 @@
-# 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=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi