Skip to content

Commit d64eae0

Browse files
committed
fix(ci): set python environment version to 3.11
Signed-off-by: Frederico Araujo <[email protected]>
1 parent a64a43d commit d64eae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup Python
5858
uses: actions/setup-python@v3
5959
with:
60-
python-version: '3.x'
60+
python-version: '3.11'
6161
- name: Install requirements
6262
run: |
6363
python -m pip install --upgrade pip
@@ -219,7 +219,7 @@ jobs:
219219
- name: Setup Python
220220
uses: actions/setup-python@v3
221221
with:
222-
python-version: '3.x'
222+
python-version: '3.11'
223223
- name: Build package
224224
shell: bash
225225
run: cd py3 && python -m pip install build && python -m build --wheel

0 commit comments

Comments
 (0)