raulcd commented on code in PR #43970: URL: https://github.com/apache/arrow/pull/43970#discussion_r1760779598
########## 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: I am going to bump the Python jobs to Ubuntu 22.04 -- 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