summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-06-30 19:46:20 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-06-30 20:09:39 +0300
commitf329af68f7d93c4280e45ae38d9b6a3453c5a6b8 (patch)
treea66cd3454ce79c2f62dc47a3f21e0324f34ff184
parentdev-python/PyPDF2: add 2.4.1 (diff)
downloadgentoo-f329af68f7d93c4280e45ae38d9b6a3453c5a6b8.tar.gz
gentoo-f329af68f7d93c4280e45ae38d9b6a3453c5a6b8.tar.bz2
gentoo-f329af68f7d93c4280e45ae38d9b6a3453c5a6b8.zip
dev-python/cftime: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/cftime/cftime-1.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cftime/cftime-1.6.1.ebuild b/dev-python/cftime/cftime-1.6.1.ebuild
index c6600352b538..5e6beffd8e03 100644
--- a/dev-python/cftime/cftime-1.6.1.ebuild
+++ b/dev-python/cftime/cftime-1.6.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Time-handling functionality from netcdf4-python"