Skip to content

Commit

Permalink
Update the README to drop Python 3.5 support (#13505)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Aug 20, 2020
1 parent 7de5b03 commit b57bc1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python extension for Visual Studio Code

A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) with rich support for the [Python language](https://www.python.org/) (for all [actively supported versions](https://devguide.python.org/#status-of-python-branches) of the language: 2.7, >=3.5), including features such as IntelliSense, linting, debugging, code navigation, code formatting, Jupyter notebook support, refactoring, variable explorer, test explorer, snippets, and more!
A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) with rich support for the [Python language](https://www.python.org/) (for all [actively supported versions](https://devguide.python.org/#status-of-python-branches) of the language: 2.7, >=3.6), including features such as IntelliSense, linting, debugging, code navigation, code formatting, Jupyter notebook support, refactoring, variable explorer, test explorer, snippets, and more!

## Quick start

Expand Down
1 change: 1 addition & 0 deletions news/3 Code Health/13459.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Drop support for Python 3.5 (it reaches end-of-life on September 13, 2020 and isort 5 does not support it).

0 comments on commit b57bc1f

Please sign in to comment.