diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-03 11:22:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-03 18:06:42 +0200 |
commit | 75a92141a2c257c71b08435c4203516dfe54b0ce (patch) | |
tree | ecf8793be997c9ac67e71e992ba5f1a4a5804d61 /dev-python/xarray | |
parent | dev-python/pandas: Port to py3.10 (diff) | |
download | gentoo-75a92141a2c257c71b08435c4203516dfe54b0ce.tar.gz gentoo-75a92141a2c257c71b08435c4203516dfe54b0ce.tar.bz2 gentoo-75a92141a2c257c71b08435c4203516dfe54b0ce.zip |
dev-python/xarray: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xarray')
-rw-r--r-- | dev-python/xarray/xarray-0.18.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xarray/xarray-0.18.2-r1.ebuild b/dev-python/xarray/xarray-0.18.2-r1.ebuild index 573e03b4e449..510fc2c1b563 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 |