commit: 0991f2342e33fdef1d6f7bcb87e1e618d1207e69
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 14:01:25 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 14:14:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0991f234
dev-python/simplejson: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/simplejson/simplejson-3.20.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/simplejson/simplejson-3.20.1.ebuild
b/dev-python/simplejson/simplejson-3.20.1.ebuild
index e34972e4917d..a0dee3c95bbd 100644
--- a/dev-python/simplejson/simplejson-3.20.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.20.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi