-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Drop Python 2.6 #165
Copy link
Copy link
Closed
Labels
Milestone
Description
We should aim to drop Python 2.6, probably not in the next release, but the one after, or before 1.0 at least.
- We have a number of hacks in place to deal with posixpath problems.
- Python Markdown has dropped Python 2.6 support, so we currently can't use the latest version
Doing this will involve:
- Updating docs
- Removing 2.6 test runs
- Removing 2.6 hacks/fixes
Reactions are currently unavailable