-
Notifications
You must be signed in to change notification settings - Fork 392
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 official python 3.5 support #686
Conversation
Comes down to no longer integrating it in CI. Add Python 3.8 though.
NB: Merging this PR is not urgent, since we just had the 0.9.0 release. But it should be done before the 0.10.0 release. |
They are incompatible.
Warning is no longer being raised.
We likely want to keep python 3.5 in the CI around for bug fixes in |
I wouldn't merge too late either because we want to catch bugs with Python 3.8 (or add it in a separate PR, but then CI will be very slow). |
We should also think about updating the base distribution from xenial to focal (or at least bionic). |
Good point, updated to focal. |
I added PyTorch 1.7.0 to travis while removing 1.3.1. |
@ottonemo This is pretty much obsolete after moving to github actions. Still some of the changes here should be moved to a new PR, right? |
Superseded by move to github actions and #733 |
Comes down to no longer integrating it in CI. Add Python 3.8 though.
Also: Remove a FutureWarning in LRScheduler.