Closed
Description
I wish to start a discussion on whether we should drop Python 2.6 support for good.
Reasons for abandoning Python 2.6 support
- No modern distribution ships it as the default Python anymore.
- pip is broken on it, breaking our travis.
- Dropping Python 2.6 makes porting to Python 3 easier.
- Python 2.6 is no longer supported by upstream.
Reasons for keeping Python 2.6 support
- CentOS 6, released in 2011, supported until 2020, still ships Python 2.6 by default.
- CentOS 5, released 2007, supported until March 31st of 2017 (i.e. only this month), still has Python 2.6 as an optional "upgrade" over 2.5 I believe.
Steps to drop Python 2.6 support
- Adjust the documentation to remove any mention of Python 2.6
- Remove Python 2.6 workarounds from the code
- Remove Python 2.6 travis tests
- Wirte blag past???