@@ -136,24 +136,24 @@ Compatibility table
136136-------------------
137137
138138Generally each release of python-flint will be compatible with a range of
139- Python versions as described in [ SPEC
140- 0] ( https://scientific-python.org/specs/spec-0000/ ) . Since python-flint 0.5.0
141- the minimum supported Flint version is ` 3.0 ` and each release of python-flint
142- supports all versions of Flint ` >=3.0 ` available at the time of release.
139+ Python versions. Since python-flint 0.5.0 the minimum supported Flint version
140+ is ` 3.0 ` and each release of python-flint supports all versions of Flint
141+ ` >=3.0 ` available at the time of release.
143142
144- Compatible versions (note that 0.7.0 is not yet released) :
143+ Compatible versions:
145144
146145| python-flint | Release date | CPython | FLINT | Cython |
147146| --------------| ---------------| -------------| ------------| ------------------|
147+ | ` 0.8.0 ` | Aug 2025?| ` 3.11-3.14 ` | ` 3.0-3.3 ` | ` 3.1 ` only |
148148| ` 0.7.0 ` | 16th Mar 2025 | ` 3.11-3.13 ` | ` 3.0-3.2 ` | ` 3.0.11-3.1.0a1 ` |
149149| ` 0.6.0 ` | 1st Feb 2024 | ` 3.9-3.12 ` | ` 3.0 ` only | ` 3.0 ` only |
150150
151- As of python-flint 0.7.0, CPython 3.13 [ PEP
152- 703 ] ( https://peps.python.org/pep-0703/ ) free-threaded (no-GIL) builds of
153- python-flint are provided. In the the free-threaded build, mutating matrices or
154- polynomials from multiple threads can lead to memory corruption. Provided
155- matrices or polynomials are not mutated when shared across threads there are no
156- known issues with the free-threaded build but these should be considered
151+ The requirement for Cython 3.1 is only for CPython's free-threaded build.
152+ Otherwise any version of Cython 3.x is fine. As of python-flint 0.7.0, CPython
153+ 3.13 [ PEP 703 ] ( https://peps.python.org/pep-0703/ ) free-threaded (no-GIL) builds
154+ of python-flint are provided. In the the free-threaded build, mutating matrices
155+ or polynomials from multiple threads can lead to memory corruption. There are
156+ some other known issues with the free-threaded build so it should be considered
157157experimental.
158158
159159CHANGELOG
0 commit comments