Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEP: Remove Python 2.6 and older support
"New" features that we use: * PEP-343: with statements (Python 2.5+) * PEP-389: argparse (Python 2.7+; just in Scripts) * https://bugs.python.org/issue2335 : Set literals * https://bugs.python.org/issue2333 : Dictionary / set comprehensions * ... Python 2.6 had its last security update in 2013 - 9 years ago. I'm sure people have long moved on. The package is also marked as Python 2.7+ and CI only runs for Python 2.7 and 3.6+. For this reason, I will not make a major version bump.
- Loading branch information