Discussion:
[Twisted-Python] Twisted 15.4 was the last release to support Python 2.6; or: a HawkOwl Can't Words Situation
Amber "Hawkie" Brown
2015-12-07 13:06:41 UTC
Permalink
Hi everyone!
This is the last Twisted release where Python 2.6 is supported, on any platform.
However, I meant that this is the first Twisted release to drop 2.6 support wholesale, preventing import on this platform. Twisted 15.4 will still operate, so if you have Python 2.6 deployment requirements, bracket the maximum to 15.4 on that platform by using an if statement in your setup.py, and `Twisted >=*minreq*,<=15.4; python_version < '2.7'` under requires_dist in your setup.cfg, where minreq is the minimum required Twisted.

Sorry for the inconvenience!

- Amber "HawkOwl" Brown
Twisted Release Manager
anatoly techtonik
2015-12-29 22:13:37 UTC
Permalink
Is it possible to fix the documentation?
https://twistedmatrix.com/trac/browser/tags/releases/twisted-15.5.0/NEWS?format=raw

On Mon, Dec 7, 2015 at 4:06 PM, Amber "Hawkie" Brown
Post by Amber "Hawkie" Brown
Hi everyone!
This is the last Twisted release where Python 2.6 is supported, on any platform.
However, I meant that this is the first Twisted release to drop 2.6 support wholesale, preventing import on this platform. Twisted 15.4 will still operate, so if you have Python 2.6 deployment requirements, bracket the maximum to 15.4 on that platform by using an if statement in your setup.py, and `Twisted >=*minreq*,<=15.4; python_version < '2.7'` under requires_dist in your setup.cfg, where minreq is the minimum required Twisted.
Sorry for the inconvenience!
- Amber "HawkOwl" Brown
Twisted Release Manager
_______________________________________________
Twisted-Python mailing list
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
--
anatoly t.
Loading...