Skip to content

Commit aa2da25

Browse files
committed
Use Python 3.10 everywhere
1 parent 3c93f02 commit aa2da25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
- name: Set up python
188188
uses: actions/setup-python@v4
189189
with:
190-
python-version: "3.x"
190+
python-version: "3.10"
191191
cache: 'pip'
192192
cache-dependency-path: |
193193
requirements-ci.txt
@@ -245,7 +245,7 @@ jobs:
245245
- name: Set up python
246246
uses: actions/setup-python@v4
247247
with:
248-
python-version: "3.x"
248+
python-version: "3.10"
249249
cache: 'pip'
250250
cache-dependency-path: |
251251
requirements-ci.txt
@@ -319,7 +319,7 @@ jobs:
319319
- name: Set up python
320320
uses: actions/setup-python@v4
321321
with:
322-
python-version: "3.x"
322+
python-version: "3.10"
323323
cache: 'pip'
324324
cache-dependency-path: |
325325
requirements-ci.txt
@@ -563,7 +563,7 @@ jobs:
563563
- name: Set up python
564564
uses: actions/setup-python@v4
565565
with:
566-
python-version: "3.x"
566+
python-version: "3.10"
567567
cache: 'pip'
568568
cache-dependency-path: |
569569
requirements-ci.txt

0 commit comments

Comments
 (0)