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' (tox-dev#243)
  • Loading branch information
gaborbernat authored and TheMatt2 committed Jul 29, 2023
1 parent 416f2d4 commit 6710cd9
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 6710cd9

Please sign in to comment.