diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-02-22 14:32:57 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-02-22 14:33:21 +0100 |
commit | e25379f697a28b641c00c254f99bf7f8c8cb9fea (patch) | |
tree | efb9701d964d04bc6d9441fc2cfda1acc8f0ffb4 /sci-geosciences | |
parent | net-misc/dropbox: add 168.4.4802 (diff) | |
download | gentoo-e25379f697a28b641c00c254f99bf7f8c8cb9fea.tar.gz gentoo-e25379f697a28b641c00c254f99bf7f8c8cb9fea.tar.bz2 gentoo-e25379f697a28b641c00c254f99bf7f8c8cb9fea.zip |
sci-geosciences/geopy: enable python 3.11
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/geopy/geopy-2.3.0-r1.ebuild (renamed from sci-geosciences/geopy/geopy-2.3.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/geopy/geopy-2.3.0.ebuild b/sci-geosciences/geopy/geopy-2.3.0-r1.ebuild index 51b6f4691324..9fd7a2b8e4b8 100644 --- a/sci-geosciences/geopy/geopy-2.3.0.ebuild +++ b/sci-geosciences/geopy/geopy-2.3.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Python client for several popular geocoding web services" |