We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be949b commit 64df27dCopy full SHA for 64df27d
meson.build
@@ -1,4 +1,9 @@
1
-project('python-flint', 'cython', 'c')
+project(
2
+ 'python-flint',
3
+ 'cython',
4
+ 'c',
5
+ meson_version : '>=1.1',
6
+)
7
#
8
# The minimum versions are because we know that it will not work with earlier
9
# versions. The maximum versions are because python-flint was not tested
0 commit comments