commit: 60d332acc7e9c53623ef312d1d72fcbd5402f6fa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 16:33:39 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 16:55:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d332ac
dev-python/sphinxcontrib-websupport: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.7.ebuild
b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.7.ebuild
index b07d49a1cc59..e82963e95636 100644
--- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.7.ebuild
+++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.7.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=flit
PYTHON_TESTED=( python3_{10..12} pypy3 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 python3_13 )
inherit distutils-r1 pypi