commit: 11cde040fee80ed35bb0a23d447f634817462113
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 9 17:30:04 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 9 17:32:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cde040
dev-python/poetry-core: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/poetry-core/poetry-core-1.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 df860e59d7c2..d09e00f2fab6 100644
--- a/dev-python/poetry-core/poetry-core-1.9.0.ebuild
+++ b/dev-python/poetry-core/poetry-core-1.9.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=standalone
PYTHON_TESTED=( pypy3 python3_{10..12} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13 )
inherit distutils-r1