AlenkaF commented on code in PR #47993:
URL: https://github.com/apache/arrow/pull/47993#discussion_r2613267382


##########
ci/docker/python-wheel-windows-vs2022.dockerfile:
##########
@@ -23,16 +23,16 @@ FROM ${base}
 
 # Define the full version number otherwise choco falls back to patch number 0 
(3.10 => 3.10.0)
 ARG python=3.10
-RUN (if "%python%"=="3.10" setx PYTHON_VERSION "3.10.11" && setx PYTHON_CMD 
"py -3.10") & \
-    (if "%python%"=="3.11" setx PYTHON_VERSION "3.11.9" && setx PYTHON_CMD "py 
-3.11") & \
-    (if "%python%"=="3.12" setx PYTHON_VERSION "3.12.10" && setx PYTHON_CMD 
"py -3.12") & \
-    (if "%python%"=="3.13" setx PYTHON_VERSION "3.13.9" && setx PYTHON_CMD "py 
-3.13") & \
-    (if "%python%"=="3.14" setx PYTHON_VERSION "3.14.0" && setx PYTHON_CMD "py 
-3.14")
 
-RUN choco install -r -y --pre --no-progress python --version=%PYTHON_VERSION%
-RUN %PYTHON_CMD% -m pip install -U pip setuptools
+# Use python_abi_tag env var to select regular or free-threaded Python

Review Comment:
   Done: 
https://github.com/apache/arrow/pull/47993/commits/ba38f43aa3390b22b9429847b9a39b6376922d20



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