Skip to content

Commit

Permalink
Postpone testing on python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Oct 29, 2024
1 parent e49dcb7 commit 778cef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.13']
os: [ubuntu-latest, windows-latest] # , macos-latest]
python-version: ['3.8', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
python-version: '3.8'
Expand Down

0 comments on commit 778cef8

Please sign in to comment.