Skip to content

Commit 538a2ba

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' (#107)
1 parent 58defc1 commit 538a2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
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)