@@ -74,7 +74,7 @@ Python versions as described in `SPEC 0
7474the minimum supported FLINT version is ``3.0 `` and each release of python-flint
7575supports all versions of ``FLINT >= 3.0 `` available at the time of release.
7676
77- Compatible versions (note that 0.7.0 is not yet released) :
77+ Compatible versions:
7878
7979.. list-table :: python-flint compatibility
8080 :header-rows: 1
@@ -84,11 +84,21 @@ Compatible versions (note that 0.7.0 is not yet released):
8484 - CPython
8585 - FLINT
8686 - Cython
87- * - 0.7 .0
87+ * - 0.9 .0
8888 - Not yet
89- - 3.10-3.13
90- - 3.0-3.2?
91- - 3.0-3.1?
89+ - 3.11-3.14
90+ - 3.0-3.4
91+ - 3.1-3.2?
92+ * - 0.8.0
93+ - 29th Aug 2025
94+ - 3.11-3.14
95+ - 3.0-3.3
96+ - 3.1 only
97+ * - 0.7.0
98+ - 16th Mar 2025
99+ - 3.11-3.13
100+ - 3.0-3.2
101+ - 3.0.11-3.1.0a1
92102 * - 0.6.0
93103 - 1st Feb 2024
94104 - 3.9-3.12
@@ -130,6 +140,7 @@ of ``python-flint`` existing at the time:
130140- Flint 3.0 (Arb and Flint merged, lots of changes)
131141- Flint 3.1 (Function signature for ``fmpz_mod_mat `` changed)
132142- Flint 3.2 (``flint_randinit `` function name changed)
143+ - Flint 3.4 (generic series API moved to ``gr_series.h ``)
133144- Cython 3.0 (Handling of dunders changed)
134145- Cython 3.1 (Removal of ``PyInt_* `` functions)
135146- CPython 3.12 (Removal of distutils)
@@ -282,7 +293,7 @@ to be installed before building ``python-flint`` is ``FLINT``.
282293
283294At the time of writing, few Linux distributions provide ``FLINT >= 3.0 `` in
284295their package repositories but for example on ``Ubuntu 24.04 `` (but not any
285- earlier Ubuntu versions) you can install ``FLINT 3.0.1 `` with::
296+ earlier Ubuntu versions) you can install a sufficiently recent ``FLINT `` with::
286297
287298 sudo apt-get install libflint-dev
288299
0 commit comments