diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-06-02 18:00:24 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-06-02 18:00:44 +0200 |
commit | bfa228fc9c3190d3debf8a11e7f20b20ca8c3e15 (patch) | |
tree | 8defc576d479c20b251be82647c59209793aaaf4 /dev-python/poetry-plugin-export | |
parent | www-client/vivaldi-snapshot: Drop old 6.7.3329.19 (diff) | |
download | gentoo-bfa228fc9c3190d3debf8a11e7f20b20ca8c3e15.tar.gz gentoo-bfa228fc9c3190d3debf8a11e7f20b20ca8c3e15.tar.bz2 gentoo-bfa228fc9c3190d3debf8a11e7f20b20ca8c3e15.zip |
dev-python/poetry-plugin-export: enable py3.12
Closes: https://bugs.gentoo.org/933389
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/poetry-plugin-export')
-rw-r--r-- | dev-python/poetry-plugin-export/poetry-plugin-export-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 ca9a3d9df723..d81235a0f2f5 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 |