Skip to content

Commit a26c8dd

Browse files
committed
fix(ci): set python to 3.11
Signed-off-by: Frederico Araujo <[email protected]>
1 parent 0a3bb5f commit a26c8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Python
3434
uses: actions/setup-python@v3
3535
with:
36-
python-version: '3.x'
36+
python-version: '3.11'
3737
- name: Install requirements
3838
run: |
3939
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)