microsoft / ptvsd

Python debugger package for use with Visual Studio and Visual Studio Code.
Other
550 stars 68 forks source link

tox.ini: Add Python 3.8 and remove 3.4 and 3.5 #2133

Closed cclauss closed 4 years ago

cclauss commented 4 years ago

https://devguide.python.org/#status-of-python-branches https://devguide.python.org/devcycle/#end-of-life-branches # Python 3.5 EOLs in one month.

int19h commented 4 years ago

We're not accepting any more changes to ptvsd; https://github.com/microsoft/debugpy is the new hotness.

But in any case, we do not strictly follow the official EOL dates. They are taken into consideration, but it's not the most important thing. Even if something is EOL'd, but still has a lot of users - e.g. Python 2.7 - we keep supporting it.

cclauss commented 4 years ago

Cool. Would it make sense to mention debugpy on the README of this repo?

int19h commented 4 years ago

Yep, there's an outstanding PR for that - we just need to coordinate a few more things for it to go in.