dev-python/poetry-plugin-export: enable py3.12

Closes: https://bugs.gentoo.org/933389
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2024-06-02 18:00:24 +02:00
parent 1b8485fb2b
commit bfa228fc9c

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi