summaryrefslogtreecommitdiff
path: root/dev-lang/jsonnet
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-02 20:07:40 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-02 20:30:45 +0100
commita5d16a4c4bf4e18b41af2191a24f05d8e8c467ab (patch)
tree023b9658299b852668c1c305debab2c9631273a2 /dev-lang/jsonnet
parent7d2caa92d335085b9f1574d78525a1027e7cfd7e (diff)
downloadgentoo-a5d16a4c4bf4e18b41af2191a24f05d8e8c467ab.tar.gz
gentoo-a5d16a4c4bf4e18b41af2191a24f05d8e8c467ab.tar.bz2
gentoo-a5d16a4c4bf4e18b41af2191a24f05d8e8c467ab.zip
dev-lang/jsonnet: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/jsonnet')
-rw-r--r--dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild b/dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild
index d3e555a11be7..1e7f58c2550f 100644
--- a/dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild
+++ b/dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_OPTIONAL=1
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..12} )
inherit cmake toolchain-funcs flag-o-matic distutils-r1