@@ -18,31 +18,32 @@ implementation of the Python language, you should check out the
1818[ IronPython] [ ipy ] project, which is in active development.
1919
2020Python.NET is currently compatible and tested with Python releases
21- 3.7 - 3.13 .
21+ 3.11 - 3.15 .
2222
2323To subscribe to the [ Python.NET mailing list] [ ml ] or read the
2424[ online archives] [ ml-arch ] of the list, see the [ mailing list information] [ ml ]
2525page. Use the [ Python.NET issue tracker] [ gh-issues ] to report issues.
2626
27- - This page provides a detailed overview of Python.NET,
27+ - This page provides a detailed overview of Python.NET,
2828 as well as some basic usage examples. Many other examples can be
2929 found in the demos and unit tests for the package.
30- - Checkout the [ Python.NET] [ repo ] code from github.
31- - [ Download releases] [ gh-release ]
30+ - Checkout the [ Python.NET] [ repo ] code from github.
31+ - [ Download releases] [ gh-release ]
3232
3333## Installation
3434
3535Python.NET is available as a source release on [ GitHub] [ gh-release ] and as a
36- single binary wheel distribution for all supported versions of Python and
36+ single binary wheel distribution for all supported versions of Python and
3737from the [ Python Package Index] [ pypi ] . A [ Nuget package] [ nuget ] is provided
3838to embed Python into .NET.
3939
4040## Documentation
4141
4242Documentation for Python.NET is available here:
43+
4344- [ Documentation for Python.NET] [ doc ]
44- - [ Embedding .NET into Python] [ doc-py ]
45- - [ Embedding Python into .NET] [ doc-net ]
45+ - [ Embedding .NET into Python] [ doc-py ]
46+ - [ Embedding Python into .NET] [ doc-net ]
4647
4748Documentation for the lower-level [ ` clr-loader ` ] ( cl ) library is available here:
4849[ Documentation for ` clr-loader ` ] [ doc-cl ]
0 commit comments