Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ei-grad committed Sep 5, 2024
1 parent 701ea90 commit 07867cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
needs: build
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1"]
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
exclude:
# no 3.7 on arm64 macos
Expand Down

0 comments on commit 07867cc

Please sign in to comment.