summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-28 13:20:26 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-28 14:18:10 +0100
commit79a65a06334c3ba6c66e6e9238090fd53c28dff3 (patch)
tree2c955e6b94b3d276b7a1c6ffbf6345e3bd87259f /dev-python
parente596ad506b4492f896891f2e9077987f0c32749a (diff)
downloadgentoo-79a65a06334c3ba6c66e6e9238090fd53c28dff3.tar.gz
gentoo-79a65a06334c3ba6c66e6e9238090fd53c28dff3.tar.bz2
gentoo-79a65a06334c3ba6c66e6e9238090fd53c28dff3.zip
dev-python/beniget: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/beniget/beniget-0.4.2_p1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/beniget/beniget-0.4.2_p1.ebuild b/dev-python/beniget/beniget-0.4.2_p1.ebuild
index 988c90f60435..15204dbfe43b 100644
--- a/dev-python/beniget/beniget-0.4.2_p1.ebuild
+++ b/dev-python/beniget/beniget-0.4.2_p1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi