Skip to content

Commit 02ac363

Browse files
ci: use python 3.11 instead of 3.x
We picked up 3.12 for which there aren't binary wheels yet for all dependencies.
1 parent bb3dfca commit 02ac363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: "3.x"
16+
python-version: "3.11"
1717
- name: Install dependencies
1818
run: pip install -r .github/requirements.txt
1919
- name: Run black
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Python
3636
uses: actions/setup-python@v2
3737
with:
38-
python-version: "3.x"
38+
python-version: "3.11"
3939

4040
- name: Install dependencies
4141
run: |

0 commit comments

Comments
 (0)