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


##########
ci/docker/python-wheel-windows-vs2019.dockerfile:
##########
@@ -83,8 +83,8 @@ ARG python=3.9
 RUN (if "%python%"=="3.9" setx PYTHON_VERSION "3.9.13" && setx PATH 
"%PATH%;C:\Python39;C:\Python39\Scripts") & \
     (if "%python%"=="3.10" setx PYTHON_VERSION "3.10.11" && setx PATH 
"%PATH%;C:\Python310;C:\Python310\Scripts") & \
     (if "%python%"=="3.11" setx PYTHON_VERSION "3.11.9" && setx PATH 
"%PATH%;C:\Python311;C:\Python311\Scripts") & \
-    (if "%python%"=="3.12" setx PYTHON_VERSION "3.12.5" && setx PATH 
"%PATH%;C:\Python312;C:\Python312\Scripts") & \
-    (if "%python%"=="3.13" setx PYTHON_VERSION "3.13.0-rc1" && setx PATH 
"%PATH%;C:\Python313;C:\Python313\Scripts")
+    (if "%python%"=="3.12" setx PYTHON_VERSION "3.12.6" && setx PATH 
"%PATH%;C:\Python312;C:\Python312\Scripts") & \
+    (if "%python%"=="3.13" setx PYTHON_VERSION "3.13.0-rc2" && setx PATH 
"%PATH%;C:\Python313;C:\Python313\Scripts")

Review Comment:
   Chocolatey doesn't seem to be there yet: 
https://community.chocolatey.org/packages/python313



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