Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d7b66d

Browse files
author
denfromufa
authored
Update readme.html
1 parent c9e8dad commit 8d7b66d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ <h1>Python for .NET</h1>
133133
<p> Note that this package does <em>not</em> implement Python as a
134134
first-class CLR language - it does not produce managed code (IL)
135135
from Python code. Rather, it is an integration of the CPython
136-
engine with the .NET or Mono runtime. This approach allows you to use use
136+
engine with the .NET or Mono runtime. This approach allows you to use
137137
CLR services and continue to use existing Python code and C-API
138138
extensions while maintaining native execution speeds for Python
139139
code. If you are interested in a pure managed-code implementation
140140
of the Python language, you should check out the <a href="http://www.ironpython.com">IronPython</a>
141141
project, which is in active development.
142142
</p>
143-
<p> Python for .NET is currently compatible with Python releases 2.7, 3.3, 3.4, and 3.5.
143+
<p> Python for .NET is currently compatible and tested with Python releases 2.7, 3.3, 3.4, 3.5, and 3.6.
144144
Current releases are available at the <a href="http://pythonnet.github.io/">
145145
Python for .NET website </a>. To subscribe to the <a href="http://mail.python.org/mailman/listinfo/pythondotnet">
146146
Python for .NET mailing list </a> or read the <a href="http://mail.python.org/pipermail/pythondotnet/">

0 commit comments

Comments
 (0)