-
Notifications
You must be signed in to change notification settings - Fork 273
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
py3.6 >= support #445
Comments
The happened after the confluence of a couple of things
The latter point might have been avoided in fsspec/filesystem_spec#572 , but I'd like to avoid possible differences in asyncio API for py36.
This maybe true, but those on py36 probably don't install the latest releases of packages like s3fs. |
When would you think that filesystem-spec will drop the 3.6 support though? |
That is up for debate. If we are to have it, then the CI should be made to run on 3.6. I don't know if the async thing will work or not. Most implementations don't need it, but HTTP, abfs, s3fs and gcsfs do. |
I can try to send a pull request that adds workflows, though I guess we should move the discussion over there? |
Sounds good |
I see that 3.6 support dropped in this commit though it is not clear about reasoning. I would assume it is because it's EOL coming in 9 months, though 3.6 might still be one of the most used versions. Would it make sense to bring the support back?
The text was updated successfully, but these errors were encountered: