Skip to content

Commit a456871

Browse files
committed
Use newer Python version for creating docs
1 parent b22ba50 commit a456871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Set up Python 3.7
15+
- name: Set up Python 3.9
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.7
18+
python-version: 3.9
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)