commit: f329af68f7d93c4280e45ae38d9b6a3453c5a6b8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 16:46:20 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 17:09:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f329af68
dev-python/cftime: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/cftime/cftime-1.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"