Skip to content

Commit 15396a5

Browse files
author
denfromufa
authored
Update which-python.rst
Pythonnet supports from Python 2.6 up to Python 3.5
1 parent 5769917 commit 15396a5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/starting/which-python.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,19 +137,21 @@ installation with the .NET Common Language Runtime (CLR). This is the
137137
inverse approach to that taken by IronPython (see above), to which it
138138
is more complementary than competing with.
139139

140-
In conjunction with Mono, PythonNet enables native Python
140+
In conjunction with Mono, pythonnet enables native Python
141141
installations on non-Windows operating systems, such as OS X and
142142
Linux, to operate within the .NET framework. It can be run in
143143
addition to IronPython without conflict.
144144

145-
PythonNet supports from Python 2.3 up to Python 2.7. [#pythonnet_ver]_
145+
Pythonnet supports from Python 2.6 up to Python 3.5. [#pythonnet_ver1]_ [#pythonnet_ver2]_
146146

147147
.. [#pypy_ver] http://pypy.org/compat.html
148148
149149
.. [#jython_ver] https://hg.python.org/jython/file/412a8f9445f7/NEWS
150150
151151
.. [#iron_ver] http://ironpython.codeplex.com/releases/view/81726
152152
153-
.. [#pythonnet_ver] http://pythonnet.github.io/readme.html
153+
.. [#pythonnet_ver1] https://travis-ci.org/pythonnet/pythonnet
154+
155+
.. [#pythonnet_ver2] https://ci.appveyor.com/project/TonyRoberts/pythonnet-480xs
154156
155157
.. [#pep373_eol] https://www.python.org/dev/peps/pep-0373/#id2

0 commit comments

Comments
 (0)