Skip to content

Commit 6892a23

Browse files
authored
Use Python 3.8 for the Github Actions (#71)
1 parent 5586486 commit 6892a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.7
19+
python-version: 3.8
2020
- name: clone docsbuild scripts
2121
run: |
2222
git clone https://github.com/python/docsbuild-scripts/

0 commit comments

Comments
 (0)