-
Notifications
You must be signed in to change notification settings - Fork 113
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 Python 3.5 from Travis tests. #429
Conversation
moorepants
commented
Sep 30, 2020
•
edited
Loading
edited
- Support Python 2.7 and 3.6-3.7
- Oldest (from 18.04) will not build with Python 3.8.
…doc for Python 3.
I can't figure out why travis ci isn't always triggered and no longer displays on the commits. |
Figured it out! I could have comments on the if statement lines. |
On the Python 2.7 oldest build I"m getting:
Not sure why. |
Looks like nose 1.3.7 is marked for Python >=3.6: https://github.com/conda-forge/nose-feedstock/blob/master/recipe/meta.yaml Not sure why, as 1.3.7 came out in 2015! |
The nose issue seems to be fixed. There were some changes in the nose-feedstock at conda-forge that affected things previously. |
The failures have to do with conda's inability to solve a set of packages. Going to merge as is and address that with the #432 |