This is a reminder that the forthcoming Biopython 1.56 release is planned to be our last release to support Python 2.4.
Looking back, we supported Python 2.3 for about six years - it was released July 2003, and Biopython 1.50 released in April 2009 was the last to support it. Similarly, Python 2.4 was released six years ago (November 2004).
Dropping Python 2.4 support will allow use to assume standard library modules like the ElementTree XML parser and SQLite 3 support will be available. There are also several new language features in Python 2.5+ which will be useful, and it should make supporting Python 3 a little easier as well.
[Read More]