raulcd commented on code in PR #36347:
URL: https://github.com/apache/arrow/pull/36347#discussion_r1281183286


##########
dev/tasks/tasks.yml:
##########
@@ -1588,9 +1588,9 @@ tasks:
       image: conda-python-hdfs
 {% endfor %}
 
-{% for python_version, spark_version, test_pyarrow_only, numpy_version in 
[("3.8", "v3.1.2", "false", "latest"),
-                                                                           
("3.9", "v3.2.0", "false", "1.23"),
-                                                                           
("3.10", "master", "false", "latest")] %}
+{% for python_version, spark_version, test_pyarrow_only, numpy_version in 
[("3.8", "v3.4.1", "false", "latest"),
+                                                                           
("3.10", "v3.4.0", "false", "1.23"),

Review Comment:
   I thought on covering several versions but now that I look into it again, a 
patch difference will not make a huge difference so I am ok changing it to:
   ```suggestion
   {% for python_version, spark_version, test_pyarrow_only, numpy_version in 
[("3.8", "v3.4.1", "false", "latest"),
                                                                              
("3.10", "v3.4.1", "false", "1.23"),
   ```



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