diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-03-09 18:41:03 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-03-09 19:30:16 +0100 |
commit | df9617f6d8097b7131d06125c61634add1ab9df2 (patch) | |
tree | b203d83aca832211f8ba8a96c3c6e3f555139798 /dev-python/plotly-geo | |
parent | dev-python/plotly: enable py3.12 (diff) | |
download | gentoo-df9617f6d8097b7131d06125c61634add1ab9df2.tar.gz gentoo-df9617f6d8097b7131d06125c61634add1ab9df2.tar.bz2 gentoo-df9617f6d8097b7131d06125c61634add1ab9df2.zip |
dev-python/plotly-geo: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/plotly-geo')
-rw-r--r-- | dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild b/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild index 5d2d0a7d5886..5dbd3d08fc75 100644 --- a/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild +++ b/dev-python/plotly-geo/plotly-geo-1.0.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |