We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a4814 commit 2b07ba8Copy full SHA for 2b07ba8
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Python
37
uses: actions/setup-python@v5
38
with:
39
- python-version: 3.9
+ python-version: "3.10"
40
cache: 'pip'
41
42
- name: Install Python dependencies
@@ -124,7 +124,7 @@ jobs:
124
125
126
127
128
129
130
@@ -179,7 +179,7 @@ jobs:
179
180
181
182
183
184
185
0 commit comments