Skip to content

Commit 6e86a7c

Browse files
committed
Corrected wording of version support note
1 parent 9709c7a commit 6e86a7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/python/installing-python-interpreters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can also manually install any of the interpreters listed in the table below
2424

2525
::: moniker range=">=vs-2019"
2626
> [!Note]
27-
> Visual Studio supports all of the officially supported versions of Python, as specified by the [Python Software Foundation](https://devguide.python.org/#status-of-python-branches). Specifically, version 2.7, 3.5, 3.6, and 3.7.
27+
> Visual Studio supports Python version 2.7, as well as version 3.5 and greater. While it is possible to use Visual Studio to edit code written in other versions of Python, those versions are not officially supported and features such as IntelliSense and debugging might not work.
2828
::: moniker-end
2929

3030
For **Visual Studio 2015 and earlier**, you must manually install one of the interpreters.

docs/python/overview-of-python-tools-for-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To get started:
3535

3636
::: moniker range=">=vs-2019"
3737
> [!Note]
38-
> Visual Studio supports all of the officially supported versions of Python, as specified by the [Python Software Foundation](https://devguide.python.org/#status-of-python-branches). Specifically, version 2.7, 3.5, 3.6, and 3.7.
38+
> Visual Studio supports Python version 2.7, as well as version 3.5 and greater. While it is possible to use Visual Studio to edit code written in other versions of Python, those versions are not officially supported and features such as IntelliSense and debugging might not work.
3939
::: moniker-end
4040

4141
## Support for multiple interpreters

0 commit comments

Comments
 (0)