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 716d55a commit 46fbefbCopy full SHA for 46fbefb
.github/workflows/release.yml
@@ -9,10 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- - name: Set up Python 3.8
+ - name: Set up Python 3.9
13
uses: actions/setup-python@v2
14
with:
15
- python-version: 3.8
+ python-version: 3.9
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
@@ -35,10 +35,10 @@ jobs:
35
36
37
38
39
40
41
42
43
44
0 commit comments