Skip to content

Commit

Permalink
Don't publish wheels for Windows on Python 3.13 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Oct 9, 2024
1 parent ddf5a3a commit e108952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
matrix:
platform:
- target: x64
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
interpreter: 3.8 3.9 3.10 3.11 3.12
- target: x86
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
interpreter: 3.8 3.9 3.10 3.11 3.12
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit e108952

Please sign in to comment.