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


##########
ci/docker/linux-apt-python-3.dockerfile:
##########
@@ -23,6 +23,21 @@ COPY python/requirements-build.txt \
      /arrow/python/
 
 ENV ARROW_PYTHON_VENV /arrow-dev
+
+ARG ubuntu
+ARG python="3.12"
+COPY ci/scripts/install_python.sh /arrow/ci/scripts/
+# Ubuntu 20.04 uses python 3.8 which is unsuported for pyarrow

Review Comment:
   Then we should stop testing Ubuntu 20.04 with PyArrow? What do you think 
@jorisvandenbossche ?



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