Skip to content

Commit

Permalink
Update Python version matrix for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Mar 5, 2024
1 parent f326a5b commit 606dddf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v3
- name: create build environment
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v3
- name: create build environment
Expand All @@ -80,11 +82,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
python-version:
- '3.9'
- '3.10'
- '3.11'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 606dddf

Please sign in to comment.