commit: c03e07646cdae3e5f97191428c33b3bd07df98ef
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 3 11:58:02 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 3 14:41:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03e0764
dev-python/fsspec: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/fsspec/fsspec-2021.08.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fsspec/fsspec-2021.08.1.ebuild
b/dev-python/fsspec/fsspec-2021.08.1.ebuild
index 9320b0a3cd6..925dbfa0cf2 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}