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


##########
ci/docker/python-wheel-manylinux.dockerfile:
##########
@@ -103,7 +103,11 @@ RUN vcpkg install \
 # Configure Python for applications running in the bash shell of this 
Dockerfile
 ARG python=3.8
 ENV PYTHON_VERSION=${python}
-RUN PYTHON_ROOT=$(find /opt/python -name cp${PYTHON_VERSION/./}-*) && \
+RUN if [[ ${PYTHON_VERSION} == "3.6" || ${PYTHON_VERSION} == "3.7" ]]; then \

Review Comment:
   We're not compatible with 3.6 or 3.7 anymore, so this can probably be 
simplified?



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to