-
Notifications
You must be signed in to change notification settings - Fork 383
distutils is deprecated in Python 3.10 #879
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
Comments
It seems like we use it here: filesystem_spec/fsspec/spec.py Lines 91 to 101 in bd932c3
I don't know whether that part of the code is still needed though, it seems like a temporary hack. CC: @martindurant |
Pyarrow < 2 ( https://pypi.org/project/pyarrow/#history ) would be about a year and a half old, should we just drop it, then? I vote yes. |
👍🏻 |
We still use it in the tests @martindurant. |
filesystem_spec/fsspec/implementations/tests/test_local.py Lines 349 to 362 in 0417b34
|
I'm not too worried about deprecation in a test, but I can fix that too. This test became obsolete anyway. |
https://www.python.org/dev/peps/pep-0632/#migration-advice
filesystem_spec/fsspec/implementations/tests/test_local.py
Line 12 in 0417b34
filesystem_spec/fsspec/spec.py
Line 7 in bd932c3
The text was updated successfully, but these errors were encountered: