Removed Python 2.6 & 3.3#105
Conversation
DEPRECATION: Python 2.6 is no longer supported by the Python core team
|
@hugovk thanks for the reminder! Travis passes now |
|
I'd encourage the PyYAML maintainers to land this in a separate release from the current |
|
They're failing because we install a version of wheel that's too new. I'm not saying this is good, I'd be very happy for Python 2.6 to die a firey death, but given the choice between YAML RCEs and Python2.6 fixes, I want everyone to get the RCE fixes. |
|
As a compromise, how about making a release quite soon with the RCE fixes, then merging this right after release? |
|
That sounds great to me. To the PyYAML maintainers: if there's anything I can do to help get a release out, please let me know! |
|
@hugovk is there an open issue for YAML RCEs that we can link this PR to? |
|
Let's ask @alex. |
|
Happy New Year @alex @hugovk @jdufresne ! What's the status of this PR? |
|
Looks good to me, but I don't think any of us three can merge. |
|
Ahh! @sigmavirus24 is the merger :) |
|
Python 2.6 tests are blocking #143 , which I care about. Can you please take a look at this MR, @sigmavirus24 ? Or otherwise perhaps share your permission with people who have more time for this project? Thanks in advance! :) |
|
Also modern versions of pip can ignore versions of a library that don't work for a specific version of Python if said project sets metadata correctly. 2.6 users are going to increasingly run into issues where libraries don't work on 2.6 anymore (particularly since pip itself no longer supports it), and are likely going to want to upgrade to a version of pip with that mechanism just for their own sanity sake. |
|
Perfect timing... 20 days until Python 3.4 end of life. print((date(2019, 3, 16) - date.today()).days, 'days until Python 3.4 end of life.')https://devguide.python.org/index?#status-of-python-branches |
DEPRECATION: Python 2.6 is no longer supported by the Python core team
New build jobs are failing only with Python 2.6 (e.g., https://travis-ci.org/yaml/pyyaml/jobs/309566015)
Update 2017-12-08