Skip to content

Commit

Permalink
deploy.yml update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Jun 18, 2024
1 parent 23b5f7d commit d0cee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.11'
- name: Build
run: |
python -m pip install build
Expand Down

0 comments on commit d0cee53

Please sign in to comment.