6 ms·
Probably because Python 3.5 was EOL’d last year and 3.4 two years ago. https://endoflife.date/python https://endoflife.date/python
by Spiritus 6y ago
Probably because Python 3.5 was EOL’d last year and 3.4 two years ago.
https://endoflife.date/python https://endoflife.date/python
- avian 6y agoPython 3.5 is the latest you can get on Debian Stretch (oldstable) from official repositories. Stretch is still in the Long Term Support program until around 2022. Dropping support for Python 3.5 means you can't use latest pip on Stretch anymore.
- Spiritus 6y agoThat sounds like a Debian issue though. Or are you suggesting that Python (and by extension Pip) should align their support cycle with Linux distros?