pitrou commented on code in PR #50411:
URL: https://github.com/apache/arrow/pull/50411#discussion_r3542596156


##########
dev/tasks/tasks.yml:
##########
@@ -736,12 +735,12 @@ tasks:
 
   ############################## Integration tests ############################
 
-{% for python_version, pandas_version, numpy_version, cache_leaf in [("3.10", 
"1.3.4", "1.21.2", True),
-                                                                     ("3.11", 
"latest", "latest", False),
-                                                                     ("3.12", 
"latest", "1.26", False),
+{% for python_version, pandas_version, numpy_version, cache_leaf in [("3.11", 
"1.5.2", "1.21.2", True),

Review Comment:
   Do we have a separate issue open for NumPy 1.x? According to 
https://endoflife.date/numpy, only NumPy 2+ is currently supported upstream. 
Removing our support for NumPy 1.x could simplify some things quite a bit.



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