Skip to content

Commit

Permalink
add multiple python versions to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jun 10, 2024
1 parent edc5119 commit ce894f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
fail-fast: false
matrix:
platform: [windows-latest, macos-13, macos-14, ubuntu-latest]
# python-version: ["3.7", "3.12", "pypy-3.9"]
python-version: ["3.12"]
python-version: ["3.9","3.10","3.11","3.12"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -141,7 +140,7 @@ jobs:
if: matrix.platform == 'windows-latest'

- name: Upload wheels as build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.platform }}
path: dist/*.whl
Expand Down

0 comments on commit ce894f6

Please sign in to comment.