Skip to content

Commit

Permalink
git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i 's|3…
Browse files Browse the repository at this point in the history
….12.0-alpha.7|3.12.0-beta.1|g' (#34)
  • Loading branch information
gaborbernat authored May 30, 2023
1 parent b49871f commit acaf1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
py:
- "3.12.0-alpha.7"
- "3.12.0-beta.1"
- "3.11"
- "3.10"
- "3.9"
Expand Down

0 comments on commit acaf1dd

Please sign in to comment.