We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17c7b6 commit 38926ccCopy full SHA for 38926cc
.github/workflows/docs.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Python
15
uses: actions/setup-python@v1
16
with:
17
- python-version: '3.8'
+ python-version: '3.9'
18
19
- name: Build
20
run: |
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v5
- python-version: 3.9
21
- name: Install dependencies
22
23
python -m pip install --upgrade pip
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
0 commit comments