commit: 598ede4be901f6c0234a654278b51eb730b10dd4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 17:35:22 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 13 18:44:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598ede4b
dev-python/poetry-core: Enable testing on py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/poetry-core/poetry-core-1.9.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/poetry-core/poetry-core-1.9.0.ebuild
b/dev-python/poetry-core/poetry-core-1.9.0.ebuild
index d09e00f2fab6..a89bd637c701 100644
--- a/dev-python/poetry-core/poetry-core-1.9.0.ebuild
+++ b/dev-python/poetry-core/poetry-core-1.9.0.ebuild
@@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3 python3_{10..12} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13 )
+PYTHON_TESTED=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1