pitrou commented on code in PR #47313:
URL: https://github.com/apache/arrow/pull/47313#discussion_r2299937628
##########
ci/docker/linux-apt-python-313-freethreading.dockerfile:
##########
@@ -32,13 +32,18 @@ COPY python/requirements-build.txt \
ENV ARROW_PYTHON_VENV /arrow-dev
RUN python3.13t -m venv ${ARROW_PYTHON_VENV}
+
+# cffi does not support free-threaded CPython 3.13
+# Remove next line with Python 3.14t!
+RUN sed '/^cffi/d' /arrow/python/requirements-test.txt >
/arrow/python/requirements-patched.txt
Review Comment:
I would favor a separate `requirements-test-3.13t.txt` instead of this hack
:)
--
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]