-
-
Notifications
You must be signed in to change notification settings - Fork 591
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 support for Python 3.6 #4284
Conversation
Needs a changelog. |
- py36_test_oldestdeps | ||
- py36_conda | ||
- py38_test_oldestdeps | ||
- py38_conda |
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.
Is the whole test suite run on py38_conda
? If so it seems a bit of a waste given there's already a set of tests run on py38_test
.
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.
yeah, it needs to run the whole test suite. We could, but I am not sure I want to swap the conda build to macos to remove the duplication but I would rather keep them separate.
Now also bumping our other core versions. Matplotlib, scipy and pandas are now at the major version released two years before our scheduled 2.1 release (so ~Nov/Dec). Astropy gets its regular bump, so we are now at 4.0. Numpy is bumped in line with NEP 29, but also the minimum version in astropy 4.0. |
5f6d2c8
to
adae3de
Compare
This is the master branch version of #4283 seeing how it was "broken" anyway, we might as well drop it rather than fix it.