Skip to content

Commit aa45b69

Browse files
authored
python-version: "3.10.0-beta.3"
1 parent ee49e47 commit aa45b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/directory_writer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v1 # v1, NOT v2
1010
- uses: actions/setup-python@v2
1111
with:
12-
python-version: "3.10.0-beta.1"
12+
python-version: "3.10.0-beta.3"
1313
- name: Write DIRECTORY.md
1414
run: |
1515
scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md

0 commit comments

Comments
 (0)