Skip to content

Commit bf3d4f2

Browse files
committed
Update main page to reflect the new version range
1 parent 1720c52 commit bf3d4f2

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,32 @@ implementation of the Python language, you should check out the
1818
[IronPython][ipy] project, which is in active development.
1919

2020
Python.NET is currently compatible and tested with Python releases
21-
3.7 - 3.13.
21+
3.11 - 3.15.
2222

2323
To 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]
2525
page. 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

3535
Python.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
3737
from the [Python Package Index][pypi]. A [Nuget package][nuget] is provided
3838
to embed Python into .NET.
3939

4040
## Documentation
4141

4242
Documentation 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

4748
Documentation for the lower-level [`clr-loader`](cl) library is available here:
4849
[Documentation for `clr-loader`][doc-cl]

0 commit comments

Comments
 (0)