danepitkin commented on code in PR #42189:
URL: https://github.com/apache/arrow/pull/42189#discussion_r1644785068


##########
dev/tasks/tasks.yml:
##########
@@ -1494,10 +1494,11 @@ tasks:
 
 {% for python_version, pandas_version, numpy_version, cache_leaf in [("3.8", 
"1.0", "1.19", True),
                                                                      ("3.9", 
"latest", "latest", False),
+                                                                     ("3.10", 
"latest", "<2.0.0", False),

Review Comment:
   I did try `1.*` first and it broke github actions / crossbow triggers. I 
think the `*` is a reserved char somewhere. I could find a different way to 
parameterize the numpy job name to solve it though, if you think that is a 
better solution?



-- 
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