Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use Python 3.8 for the Github Actions
  • Loading branch information
matrixise committed May 5, 2021
commit b25d0f933b503eed4b7defddf421bb639b5d46bb
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: clone docsbuild scripts
run: |
git clone https://github.com/python/docsbuild-scripts/
Expand Down