diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-03-09 18:39:55 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-03-09 19:30:15 +0100 |
commit | 021c48f506cc7216db32badbc3963836b38c4e40 (patch) | |
tree | 870cb2a4f01f65066baa4b2b7e2e80bfaf484cbd /dev-python/plotly | |
parent | dev-python/tenacity: enable pypy3 (diff) | |
download | gentoo-021c48f506cc7216db32badbc3963836b38c4e40.tar.gz gentoo-021c48f506cc7216db32badbc3963836b38c4e40.tar.bz2 gentoo-021c48f506cc7216db32badbc3963836b38c4e40.zip |
dev-python/plotly: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/plotly')
-rw-r--r-- | dev-python/plotly/plotly-5.19.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/plotly/plotly-5.19.0.ebuild b/dev-python/plotly/plotly-5.19.0.ebuild index 2c2275a52891..2907cb22ae91 100644 --- a/dev-python/plotly/plotly-5.19.0.ebuild +++ b/dev-python/plotly/plotly-5.19.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |