Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyarrow 6 available for Python 3.10 #6878

Closed
skshetry opened this issue Oct 27, 2021 · 0 comments · Fixed by #6901
Closed

pyarrow 6 available for Python 3.10 #6878

skshetry opened this issue Oct 27, 2021 · 0 comments · Fixed by #6901
Assignees
Labels
maintenance testing Related to the tests and the testing infrastructure

Comments

@skshetry
Copy link
Member

Pyarrow 6.0.0 added support for Python 3.10 and is now available.

We don't need to update our requirement though, we would just need to get rid of python requirement below:

dvc/setup.cfg

Line 104 in 0d895e2

fsspec[arrow]; python_version < '3.10'

We also need to unskip hdfs tests for Python 3.10 which were skipped in #6422.

@iterative/dvc

@efiop efiop self-assigned this Oct 27, 2021
@efiop efiop added the testing Related to the tests and the testing infrastructure label Oct 27, 2021
@efiop efiop removed their assignment Oct 28, 2021
skshetry added a commit that referenced this issue Nov 1, 2021
Pyarrow 6 is now available for Python 3.10. Fixes #6878.
skshetry added a commit that referenced this issue Nov 1, 2021
Pyarrow 6 is now available for Python 3.10. Fixes #6878.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance testing Related to the tests and the testing infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants