Skip to content

Commit 747b970

Browse files
Relax FLINT version, allow it to build
1 parent c094491 commit 747b970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project(
1212
# then we can consider not using a speculative upper version cap here.
1313
#
1414
flint_lower = '>=3.0'
15-
flint_upper = '<3.3'
15+
flint_upper = '<3.4'
1616
cython_lower = '>=3.0.11'
1717
cython_upper = '<=3.1.0a1'
1818

0 commit comments

Comments
 (0)