Skip to content

Drop Python 2.4 and 2.5 support #521

Closed
@giampaolo

Description

Main reason: I'm tired of providing the 2 extra exe installers for Windows requiring mingw32. Furthermore I can get rid of a lot of cruft in _compat.py (namedtuple, property, defaultdict, functools.wraps) and I can finally freely use the with statement, "except Exception as:", u"" and b"" syntax.
Also, current 2.1.1 version is very stable therefore those few users who are still on Python 2.4/2.5 can simply install 2.1.1.

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions