Skip to content

Commit 306c40e

Browse files
committed
Add note about bumping when dropping numpy 1.x support on when dropping Python 3.10
1 parent 9dc44cf commit 306c40e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/docker/python-wheel-musllinux-test.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ COPY python/requirements-wheel-test.txt /arrow/python/
4040
# the lowest version we support for Python 3.10.
4141
# Pandas 2.0.3 doesn't have wheels for Python 3.10 so we need to build from source,
4242
# which requires setuptools < 80.
43+
# Drop when bumping numpy from 1.21.x (GH-48473) or when dropping Python 3.10.
4344
RUN if [ "${python_image_tag}" = "3.10" ]; then \
4445
echo 'setuptools<80' > /tmp/setuptools-constraint.txt; \
4546
PIP_CONSTRAINT=/tmp/setuptools-constraint.txt \

0 commit comments

Comments
 (0)