Skip to content

Commit b445623

Browse files
authored
git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' (#243)
1 parent 0988ee9 commit b445623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
py:
21-
- "3.12.0-alpha.7"
21+
- "3.12.0-beta.1"
2222
- "3.11"
2323
- "3.10"
2424
- "3.9"

0 commit comments

Comments
 (0)