Skip to content

Commit

Permalink
Bump Python version in release workflow
Browse files Browse the repository at this point in the history
hovaesco committed Dec 23, 2022
1 parent 9b8bb29 commit e905b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.9.5"
python-version: "3.11"

- name: Test release
run: |

0 comments on commit e905b47

Please sign in to comment.