Hi, I re-read your message and I understand now that what you meant for release is that you wanted to test the 9.0.0 release.
Wheels are uploaded to Apache artifactory when the release candidate is created [1]. Maybe from there? $ pip install https://apache.jfrog.io/artifactory/arrow/python-rc/9.0.0-rc1/pyarrow-9.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Collecting pyarrow==9.0.0 Downloading https://apache.jfrog.io/artifactory/arrow/python-rc/9.0.0-rc1/pyarrow-9.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.3/35.3 MB 4.1 MB/s eta 0:00:00 Requirement already satisfied: numpy>=1.16.6 in ./test-arrow-9.0.0/lib/python3.10/site-packages (from pyarrow==9.0.0) (1.23.1) Installing collected packages: pyarrow Attempting uninstall: pyarrow ... Successfully installed pyarrow-9.0.0 [1] https://apache.jfrog.io/ui/native/arrow/python-rc/
