diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-03 14:58:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-03 17:41:37 +0300 |
commit | c03e07646cdae3e5f97191428c33b3bd07df98ef (patch) | |
tree | 9987995acade8d723b6d8c75ededff825e426c51 /dev-python/fsspec | |
parent | dev-python/mpmath: mark ALLARCHES (diff) | |
download | gentoo-c03e07646cdae3e5f97191428c33b3bd07df98ef.tar.gz gentoo-c03e07646cdae3e5f97191428c33b3bd07df98ef.tar.bz2 gentoo-c03e07646cdae3e5f97191428c33b3bd07df98ef.zip |
dev-python/fsspec: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/fsspec')
-rw-r--r-- | dev-python/fsspec/fsspec-2021.08.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fsspec/fsspec-2021.08.1.ebuild b/dev-python/fsspec/fsspec-2021.08.1.ebuild index 9320b0a3cd6a..925dbfa0cf2c 100644 --- a/dev-python/fsspec/fsspec-2021.08.1.ebuild +++ b/dev-python/fsspec/fsspec-2021.08.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 MY_P=filesystem_spec-${PV} |