Skip to content

Commit

Permalink
Fix python 3.13 rc version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyo-masui committed Sep 26, 2024
1 parent 2fafffe commit 2d0487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
name: Build source distribution
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-rc.2"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2d0487a

Please sign in to comment.