Skip to content

Commit

Permalink
chore: update Python version format in wheels.yml workflow and upgrad…
Browse files Browse the repository at this point in the history
…e setup-python action to v5
  • Loading branch information
dwpeng committed Dec 12, 2024
1 parent 5389afa commit 967f30e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [38, 39, 310, 311, 312]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
manylinux-image: [manylinux2014]
arch: [auto, aarch64]

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 967f30e

Please sign in to comment.