Skip to content

Commit 6da1af3

Browse files
authored
Python 3.10.0-rc.1
1 parent 44e2ac4 commit 6da1af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/directory_writer.yml

+1-1
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.4"
12+
python-version: "3.10.0-rc.1"
1313
- name: Write DIRECTORY.md
1414
run: |
1515
scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md

0 commit comments

Comments
 (0)