Skip to content

Commit

Permalink
add python version to package and verify
Browse files Browse the repository at this point in the history
  • Loading branch information
ALescoulie committed Jun 21, 2024
1 parent 5436429 commit caf13fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: [3.7, 3.8, 3.9]
os: [macOS-latest, macOS-13, ubuntu-latest]
python-version: [3.9, 3.10, 3.11, 3.12]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit caf13fd

Please sign in to comment.