-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Drop 3.6 builds #774
Drop 3.6 builds #774
Conversation
requirements_dev_optional.txt
Outdated
s3fs==2021.5.0; python_version > '3.6' | ||
fsspec==2021.5.0; python_version > '3.6' | ||
moto[server]>=1.3.14; python_version > '3.6' | ||
s3fs==2021.5.0; python_version > '3.7' | ||
fsspec==2021.5.0; python_version > '3.7' | ||
moto[server]>=1.3.14; python_version > '3.7' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can just drop python_version
. Believe this was just here because these packages didn't exist for Python 3.6
requirements_dev_numpy.txt
Outdated
numpy==1.20.3; python_version >= '3.7' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
numpy==1.20.3; python_version >= '3.7' | |
numpy==1.20.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Josh! 😄 Looks good. Had a couple minor suggestions to simplify things going forward
Pushed. Assuming that all goes green, let's get this in since other PRs are now failing due to the missing |
Thanks, @jakirkham. I'll start getting open PRs green. |
see: * zarr-developers#774 which drops Python 3.6 * zarr-developers#749 which bumps h5py to 3.2
see positive vote in #765
TODO: