commit: 18e193da0507eb94c2f67d7b6f99dcc34f35a732
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 20:46:01 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 20:46:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e193da
dev-python/poetry-core: Enable testing on pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/poetry-core/poetry-core-2.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/poetry-core/poetry-core-2.1.0.ebuild
b/dev-python/poetry-core/poetry-core-2.1.0.ebuild
index 783eb3882bb2..5c2c2b804862 100644
--- a/dev-python/poetry-core/poetry-core-2.1.0.ebuild
+++ b/dev-python/poetry-core/poetry-core-2.1.0.ebuild
@@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3 python3_{10..13} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 )
+PYTHON_TESTED=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi