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 9248dcc commit 70e1f27Copy full SHA for 70e1f27
.github/workflows/lint.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@v5
27
with:
28
- python-version: "3.9"
+ python-version: "3.10"
29
- name: Install dependencies
30
run: |
31
make requirements
.github/workflows/unit-tests.yml
@@ -32,10 +32,10 @@ jobs:
32
33
steps:
34
- uses: actions/checkout@v4
35
- - name: Set up Python 3.9
+ - name: Set up Python 3.10
36
37
38
39
40
41
0 commit comments