commit: aa971ef6a9c177b387ee241df2b57d4abda06a6d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 16:14:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 16:09:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa971ef6
dev-python/inline-snapshot: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/inline-snapshot/inline-snapshot-0.20.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 114c3b78ab60..a4437e792a3c 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