summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-05-19 19:53:21 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-05-19 19:53:50 +0200
commit05e49b62d65561a3bf06aedff32a605503099c6b (patch)
tree44c4cba262cb54734c3288933506aa7362cef5dc
parentdev-python/poetry: enable py3.12 (diff)
downloadgentoo-05e49b62d65561a3bf06aedff32a605503099c6b.tar.gz
gentoo-05e49b62d65561a3bf06aedff32a605503099c6b.tar.bz2
gentoo-05e49b62d65561a3bf06aedff32a605503099c6b.zip
dev-python/poetry-plugin-export: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/poetry-plugin-export/poetry-plugin-export-1.7.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/poetry-plugin-export/poetry-plugin-export-1.7.1.ebuild b/dev-python/poetry-plugin-export/poetry-plugin-export-1.7.1.ebuild
index a1e7b242c958..ae0dc423142c 100644
--- a/dev-python/poetry-plugin-export/poetry-plugin-export-1.7.1.ebuild
+++ b/dev-python/poetry-plugin-export/poetry-plugin-export-1.7.1.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