Skip to content

Commit

Permalink
Remove python 3.10 restriction for pyarrow
Browse files Browse the repository at this point in the history
Pyarrow 6 is now available for Python 3.10. Fixes #6878.
  • Loading branch information
skshetry committed Nov 1, 2021
1 parent 8fc9590 commit 3eceeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ azure =
gdrive = pydrive2[fsspec]>=1.9.4
gs = gcsfs==2021.10.1
hdfs =
fsspec[arrow]; python_version < '3.10'
fsspec[arrow]
oss = ossfs==2021.8.0
s3 =
s3fs==2021.10.1
Expand Down

0 comments on commit 3eceeea

Please sign in to comment.