Open guettli opened 7 years ago
Python 2.6, 3.2 and 3.3 are all EOL and no longer receiving security updates.
https://en.wikipedia.org/wiki/CPython#Version_history
They're also not used much, here's stats from all pip installs from PyPI.
python_version | percent | download_count |
---|---|---|
2.7 | 77.8% | 450,238,557 |
3.6 | 8.7% | 50,607,445 |
3.5 | 8.3% | 48,123,031 |
3.4 | 3.8% | 22,187,187 |
2.6 | 1.1% | 6,252,165 |
3.3 | 0.1% | 591,697 |
3.7 | 0.1% | 443,837 |
3.2 | 0.0% | 42,256 |
None | 0.0% | 24,086 |
3.1 | 0.0% | 40 |
2.8 | 0.0% | 32 |
From the README:
Version 3.2 looks outdated these days.