jorisvandenbossche commented on code in PR #50576:
URL: https://github.com/apache/arrow/pull/50576#discussion_r3731133135


##########
dev/tasks/tasks.yml:
##########
@@ -495,7 +498,7 @@ tasks:
         UBUNTU: 22.04
       image: ubuntu-cpp-emscripten
 
-{% for python_version in ["3.11", "3.12", "3.13", "3.14"] %}
+{% for python_version in ["3.11", "3.12", "3.13", "3.14", "3.15"] %}

Review Comment:
   Although it seems it does, but then I would expect that not all dependencies 
we need will already have been rebuilt for python 3.15 (as I haven't yet seen 
migrations for that)



##########
dev/tasks/tasks.yml:
##########
@@ -495,7 +498,7 @@ tasks:
         UBUNTU: 22.04
       image: ubuntu-cpp-emscripten
 
-{% for python_version in ["3.11", "3.12", "3.13", "3.14"] %}
+{% for python_version in ["3.11", "3.12", "3.13", "3.14", "3.15"] %}

Review Comment:
   I suppose conda won't yet have python 3.15?



##########
ci/docker/python-free-threaded-wheel-windows-test-vs2022.dockerfile:
##########
@@ -27,7 +27,8 @@ FROM ${base}
 ARG python=3.14
 
 # hadolint ignore=SC1072
-RUN (if "%python%"=="3.14" setx PYTHON_VERSION "3.14.5")
+RUN (if "%python%"=="3.14" setx PYTHON_VERSION "3.14.5") & \
+    (if "%python%"=="3.15" setx PYTHON_VERSION "3.15.0b4")

Review Comment:
   (TODO update for the RC)



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