Skip to content

Commit e435f3a

Browse files
authored
remove Ironpython link
Its not anymore in development since 2 years
1 parent a4e4ddd commit e435f3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ language - it does not produce managed code (IL) from Python code. Rather,
1313
it is an integration of the CPython engine with the .NET or Mono runtime.
1414
This approach allows you to use CLR services and continue to use existing
1515
Python code and C-API extensions while maintaining native execution
16-
speeds for Python code. If you are interested in a pure managed-code
17-
implementation of the Python language, you should check out the
18-
[IronPython][1] project, which is in active development.
16+
speeds for Python code.
1917

2018
Python for .NET is currently compatible and tested with Python releases
2119
`2.7`, `3.3`, `3.4`, `3.5`, and `3.6`.

0 commit comments

Comments
 (0)