Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Python 2.6 master build failing #127

Closed
noah-de opened this issue Jan 12, 2019 · 2 comments
Closed

Python 2.6 master build failing #127

noah-de opened this issue Jan 12, 2019 · 2 comments
Assignees
Labels
Milestone

Comments

@noah-de
Copy link
Collaborator

noah-de commented Jan 12, 2019

Looking at the build log (https://api.travis-ci.org/v3/job/478761721/log.txt) the system failure appears to be generated from this dependency: https://github.com/kjd/idna/blob/master/setup.py

Particularly, line 17: a commit from 7 months ago which discontinued support for older versions of Python.

Python 2.6 has been unsupported since 2016: https://www.python.org/dev/peps/pep-0361/. Is there a reason to keep supporting so many versions of Python?

@noah-de noah-de added the build label Jan 12, 2019
@lewismc
Copy link
Member

lewismc commented Jan 19, 2019

@noah-de

Is there a reason to keep supporting so many versions of Python?

Some parts of the scientific community have been very stubborn about upgrading to Python3 for years. The reason for supporting Python 2.X was merely to try and be as flexible as possible with this in mind.
I am going to drop support for Python 2.6 right now. Thanks for bringing this up.

@lewismc lewismc self-assigned this Jan 19, 2019
@lewismc lewismc added this to the 2.3.0 milestone Jan 19, 2019
@lewismc
Copy link
Member

lewismc commented Jan 19, 2019

Addressed in a655d73

Thank you @noah-de

@lewismc lewismc closed this as completed Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants