Skip to content

Commit

Permalink
fix: try beta1 as beta2 fails to untar and extract
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinit Kumar committed Jun 10, 2024
1 parent 8555a2d commit e274fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [pypy-3.10, '3.10', '3.11' , '3.12', '3.13.0-beta.2']
python-version: [pypy-3.10, '3.10', '3.11' , '3.12', '3.13.0-beta.1']
os: [
ubuntu-latest,
windows-latest,
Expand Down

0 comments on commit e274fc2

Please sign in to comment.