Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jun 25, 2024
1 parent 87d6211 commit 9d29e25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: ['3.9', '3.10', '3.11', '3.12' ]
exclude:
- os: windows-latest
python-version: '3.12'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 9d29e25

Please sign in to comment.