WillAyd commented on code in PR #803:
URL: https://github.com/apache/arrow-nanoarrow/pull/803#discussion_r2305171747


##########
meson.build:
##########
@@ -21,7 +21,7 @@ project(
     'cpp',
     version: '0.8.0-SNAPSHOT',
     license: 'Apache 2.0',
-    meson_version: '>=1.3.0',
+    meson_version: '>=1.1.0',

Review Comment:
   The Meson team advises against artificially raising the version requirement, 
so that as many people can use the wrap as possible.
   
   We require version 1.1.0 because we have `meson.options` in the root. If we 
were to rename that to `meson_options.txt`, we could go even further back.
   
   With that said, 1.1.0 came out in April 2023, so I think its a reasonable 
enough floor for now



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to