From d04aa429887d3e6cd054bf3d0a79c02301002f64 Mon Sep 17 00:00:00 2001 From: Oscar Benjamin Date: Tue, 10 Mar 2026 16:34:19 +0000 Subject: [PATCH] Bump FLINT to 3.4.0 --- bin/build_variables.sh | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build_variables.sh b/bin/build_variables.sh index bbed2572..cf7bb143 100644 --- a/bin/build_variables.sh +++ b/bin/build_variables.sh @@ -21,4 +21,4 @@ MPIRVER=3.0.0 # MPIR build no longer works (not clear where to download from) # These are the actual dependencies used (at least by default): GMPVER=6.3.0 MPFRVER=4.2.2 -FLINTVER='3.3.1' +FLINTVER=3.4.0 diff --git a/meson.build b/meson.build index 16860da3..8c96b6e5 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ project( # then we can consider not using a speculative upper version cap here. # flint_lower = '>=3.0' -flint_upper = '<3.4' +flint_upper = '<3.5' cython_lower = '>=3.0.11' cython_upper = '<3.3'