Skip to content

Commit

Permalink
CI: Build wheels for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Nov 4, 2024
1 parent c9e035a commit 7c8bdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2019, macos-13, macos-14]
python: [39, 310, 311, 312]
python: [39, 310, 311, 312, 313]

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

0 comments on commit 7c8bdb9

Please sign in to comment.