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


##########
ci/docker/python-free-threaded-wheel-musllinux-test-imports.dockerfile:
##########
@@ -34,19 +37,19 @@ RUN apk add --no-cache \
     tzdata \
     zlib-dev
 
-# Install Python3.13.2 without GIL
-RUN wget https://github.com/python/cpython/archive/refs/tags/v3.13.2.tar.gz && 
\
-    tar -xzf v3.13.2.tar.gz && \
-    rm v3.13.2.tar.gz && \
-    cd cpython-3.13.2/ && \
+# Install Python without GIL

Review Comment:
   Not necessary for this PR, but at some point we could use one of the 
binaries provided by 
https://github.com/astral-sh/python-build-standalone/releases



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