summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-09 19:30:04 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-09 19:32:27 +0200
commit11cde040fee80ed35bb0a23d447f634817462113 (patch)
treef4efe9f3aefbc71d640685ee0dfaf254367ada67 /dev-python/poetry-core
parentdev-python/lark: Enable py3.13 (diff)
downloadgentoo-11cde040fee80ed35bb0a23d447f634817462113.tar.gz
gentoo-11cde040fee80ed35bb0a23d447f634817462113.tar.bz2
gentoo-11cde040fee80ed35bb0a23d447f634817462113.zip
dev-python/poetry-core: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/poetry-core')
-rw-r--r--dev-python/poetry-core/poetry-core-1.9.0.ebuild2
1 files changed, 1 insertions, 1 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 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