Skip to content

Commit 02aa4aa

Browse files
committed
gh workflow: add testing with many python versions for the pure python wheel
1 parent 9e15949 commit 02aa4aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/python-build-package.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
runs-on: ${{ matrix.platform.runner }}
184184
strategy:
185185
matrix:
186+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
186187
platform:
187188
- runner: ubuntu-latest
188189
target: x86_64
@@ -199,7 +200,7 @@ jobs:
199200
- name: Setup Python
200201
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5
201202
with:
202-
python-version: '3.12'
203+
python-version: '${{ matrix.python-version }}'
203204
- name: Install uv
204205
run: curl -LsSf https://astral.sh/uv/0.5.22/install.sh | sh
205206
- if: matrix.platform.runner != 'windows-latest'

0 commit comments

Comments
 (0)