commit: 7df739cfe3d4238dd5e2ac042f0d091734c75ca4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 6 18:55:10 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 6 19:01:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df739cf
dev-python/pygments-github-lexers: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild
b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild
index a484fb307b17..c5695f51607f 100644
--- a/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild
+++ b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2024 Gentoo Authors
+# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1