Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supported versions in which-python page #1139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/starting/which-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ expose Python code to other languages in the .NET framework.
IronPython directly into the Visual Studio development environment, making it
an ideal choice for Windows developers.

IronPython supports Python 2.7. [#iron_ver]_ IronPython 3 [#iron_ver3]_
is being developed, but is not ready for use as of September 2020.
IronPython supports Python 2.7. [#iron_ver]_ IronPython 3 supports Python 3.4. [#iron_ver3]_

PythonNet
---------
Expand All @@ -144,7 +143,7 @@ installations on non-Windows operating systems, such as OS X and
Linux, to operate within the .NET framework. It can be run in
addition to IronPython without conflict.

Pythonnet is compatible with Python 2.7 and 3.5-3.8. [#pythonnet_ver1]_
Pythonnet is compatible with Python 2.7 and 3.7-3.11. [#pythonnet_ver1]_

.. [#pypy_ver] https://pypy.org/compat.html

Expand Down