Skip to content

Commit 0c0f5fa

Browse files
committed
Update FLINT version cap in meson.build
1 parent 4877e97 commit 0c0f5fa

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.2'
1818

0 commit comments

Comments
 (0)