Skip to content

Commit 64df27d

Browse files
committed
Set minimum meson version to 1.1
1 parent 0be949b commit 64df27d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

meson.build

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
project('python-flint', 'cython', 'c')
1+
project(
2+
'python-flint',
3+
'cython',
4+
'c',
5+
meson_version : '>=1.1',
6+
)
27
#
38
# The minimum versions are because we know that it will not work with earlier
49
# versions. The maximum versions are because python-flint was not tested

0 commit comments

Comments
 (0)