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 5a1c138 commit 874071dCopy full SHA for 874071d
1 file changed
.github/workflows/main.yaml
@@ -26,10 +26,10 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- uses: actions/checkout@v2
29
- - name: Set up Python 3.9
+ - name: Set up Python 3.10
30
uses: actions/setup-python@v4
31
with:
32
- python-version: 3.9
+ python-version: 3.10
33
- name: Install dependencies
34
run: |
35
python -m pip install --upgrade pip
@@ -42,10 +42,10 @@ jobs:
42
43
44
45
46
47
48
49
50
51
0 commit comments