commit: 75a92141a2c257c71b08435c4203516dfe54b0ce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 09:22:32 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 16:06:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a92141
dev-python/xarray: Port to py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/xarray/xarray-0.18.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/xarray/xarray-0.18.2-r1.ebuild
b/dev-python/xarray/xarray-0.18.2-r1.ebuild
index 573e03b4e44..510fc2c1b56 100644
--- a/dev-python/xarray/xarray-0.18.2-r1.ebuild
+++ b/dev-python/xarray/xarray-0.18.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
# pkg_resources use in code
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1