PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Clean up unsupported Python versions

Open int19h opened this issue 2 years ago • 0 comments

We no longer support Python <=3.7. Where PTVS code has Python version checks that are always false, we should remove the branches that are never taken, and any associated helpers etc. We should also revisit cases where we previously had a complicated implementation solely to support older Python versions and see if they can be simplified now.

This also applies to helpers written in Python, such as the test runner.

int19h avatar Apr 09 '22 01:04 int19h