Commit b08f9aa
authored
DEP: Remove Python 2.6 and older support (#776)
"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.1 parent 316f5e6 commit b08f9aa
1 file changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 79 | + | |
86 | 80 | | |
87 | 81 | | |
88 | 82 | | |
| |||
0 commit comments