Skip to content

Commit

Permalink
Set Python version to 3.11 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraband committed Jul 29, 2024
1 parent f588433 commit eee0a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
node-version: ${{ matrix.node }}
registry-url: 'https://registry.npmjs.org'

- name: Use Python 3.x
- name: Use Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10.8'
python-version: '3.11'

- name: Build and package
shell: bash
Expand Down

0 comments on commit eee0a28

Please sign in to comment.