Skip to content

Commit

Permalink
Merge pull request #160 from kiyo-masui/fixwheels
Browse files Browse the repository at this point in the history
Fixed Python 3.13 rc build image
  • Loading branch information
kiyo-masui authored Sep 26, 2024
2 parents 4e37682 + 2d0487a commit 52aec3b
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"]
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 52aec3b

Please sign in to comment.