From bfa228fc9c3190d3debf8a11e7f20b20ca8c3e15 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 2 Jun 2024 18:00:24 +0200 Subject: [PATCH] dev-python/poetry-plugin-export: enable py3.12 Closes: https://bugs.gentoo.org/933389 Signed-off-by: Andrew Ammerlaan --- .../poetry-plugin-export/poetry-plugin-export-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/poetry-plugin-export/poetry-plugin-export-1.8.0.ebuild b/dev-python/poetry-plugin-export/poetry-plugin-export-1.8.0.ebuild index ca9a3d9df723a..d81235a0f2f58 100644 --- a/dev-python/poetry-plugin-export/poetry-plugin-export-1.8.0.ebuild +++ b/dev-python/poetry-plugin-export/poetry-plugin-export-1.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi