Skip to content

Commit

Permalink
Add python 3.13 to the release
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed Oct 10, 2024
1 parent 3abe394 commit 7621c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Ensure that a wheel builder finishes even if another fails
fail-fast: false
matrix:
python: [39, 310, 311, 312]
python: [39, 310, 311, 312, 313]
os: [windows-latest, ubuntu-latest, macos-latest]
include:
# Window 64 bit
Expand Down

0 comments on commit 7621c27

Please sign in to comment.