diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-11-28 15:27:57 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-11-28 16:09:28 +0100 |
commit | ce623858a498953bd808400dee7bb8411e83d48a (patch) | |
tree | ab9f9c7aa22bd4c64fa9659184a730d6f0195241 /dev-python | |
parent | www-client/vivaldi-snapshot: Drop old 4.4.2490.3 (diff) | |
download | gentoo-ce623858a498953bd808400dee7bb8411e83d48a.tar.gz gentoo-ce623858a498953bd808400dee7bb8411e83d48a.tar.bz2 gentoo-ce623858a498953bd808400dee7bb8411e83d48a.zip |
dev-python/plotly-geo: enable py3.10
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/plotly-geo/plotly-geo-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild index 4a402df42089..046e184a245c 100644 --- a/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild +++ b/dev-python/plotly-geo/plotly-geo-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |