We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.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
We also need to unskip hdfs tests for Python 3.10 which were skipped in #6422.
@iterative/dvc
The text was updated successfully, but these errors were encountered:
Remove python 3.10 restriction for pyarrow
eb9593d
Pyarrow 6 is now available for Python 3.10. Fixes #6878.
3eceeea
skshetry
Successfully merging a pull request may close this issue.
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
We also need to unskip hdfs tests for Python 3.10 which were skipped in #6422.
@iterative/dvc
The text was updated successfully, but these errors were encountered: