Skip to content

Commit

Permalink
fix(ci): set python to 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Nov 30, 2023
1 parent 0a3bb5f commit a26c8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.11'
- name: Install requirements
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit a26c8dd

Please sign in to comment.