summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-16 17:14:38 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-19 17:09:16 +0100
commitaa971ef6a9c177b387ee241df2b57d4abda06a6d (patch)
tree98d7b9a5ce4ca619de5f5eb1cfcaaca83044acc4 /dev-python
parentbecd20dfab7219e788a8de6917c00f0c795afe79 (diff)
downloadgentoo-aa971ef6a9c177b387ee241df2b57d4abda06a6d.tar.gz
gentoo-aa971ef6a9c177b387ee241df2b57d4abda06a6d.tar.bz2
gentoo-aa971ef6a9c177b387ee241df2b57d4abda06a6d.zip
dev-python/inline-snapshot: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/inline-snapshot/inline-snapshot-0.20.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/inline-snapshot/inline-snapshot-0.20.2.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.20.2.ebuild
index 114c3b78ab600..a4437e792a3c9 100644
--- a/dev-python/inline-snapshot/inline-snapshot-0.20.2.ebuild
+++ b/dev-python/inline-snapshot/inline-snapshot-0.20.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi