chore!: change support python version from 3.10 to 3.13 (#2955)

Python 3.9 is EOL since Oct 2025. and last two pyarrow builts were
against python3.10-3.13.

* This PR is contributed by codex-gpt5.2
This commit is contained in:
Lei Xu
2026-01-29 09:47:50 -08:00
committed by GitHub
parent ad51e2dd1f
commit 357197bacc
10 changed files with 34 additions and 67 deletions

View File

@@ -41,7 +41,7 @@ jobs:
sudo apt install -y protobuf-compiler libssl-dev
rustup update && rustup default
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.10"
cache: "pip"