commit: a7e59877120c6d44aeefab3369c9a97ad7bad410
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 13:03:54 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 13:08:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e59877
dev-python/poetry-core: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/poetry-core/poetry-core-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/poetry-core/poetry-core-2.0.1.ebuild
b/dev-python/poetry-core/poetry-core-2.0.1.ebuild
index 42a1fcd1cce3..41a1b6b8973e 100644
--- a/dev-python/poetry-core/poetry-core-2.0.1.ebuild
+++ b/dev-python/poetry-core/poetry-core-2.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=standalone
PYTHON_TESTED=( pypy3 python3_{10..13} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 )
inherit distutils-r1 pypi