Skip to content

Commit 7530b4c

Browse files
Revert "Relax FLINT version, allow it to build"
This reverts commit 747b970.
1 parent d9d9772 commit 7530b4c

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.4'
15+
flint_upper = '<3.3'
1616
cython_lower = '>=3.0.11'
1717
cython_upper = '<=3.1.0a1'
1818

0 commit comments

Comments
 (0)