diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2023-02-18 17:19:04 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2023-02-18 17:19:04 +0100 |
commit | e0592bbd3a5966ce3038fdb28669db9df37f4d31 (patch) | |
tree | 3689fc4e1afb5f1ef1573f851c73825d47ea26ac /sci-libs/cartopy | |
parent | sci-libs/cartopy: Fix test error for >=dev-python/matplotlib-3.7 (diff) | |
download | gentoo-e0592bbd3a5966ce3038fdb28669db9df37f4d31.tar.gz gentoo-e0592bbd3a5966ce3038fdb28669db9df37f4d31.tar.bz2 gentoo-e0592bbd3a5966ce3038fdb28669db9df37f4d31.zip |
sci-libs/cartopy: enable py3.11
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'sci-libs/cartopy')
-rw-r--r-- | sci-libs/cartopy/cartopy-0.21.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/cartopy/cartopy-0.21.1.ebuild b/sci-libs/cartopy/cartopy-0.21.1.ebuild index e5519d8baee0..40c419a3323b 100644 --- a/sci-libs/cartopy/cartopy-0.21.1.ebuild +++ b/sci-libs/cartopy/cartopy-0.21.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 multibuild multiprocessing virtualx |