Skip to content

Commit

Permalink
[MNT] update python version in release workflow to 3.11
Browse files Browse the repository at this point in the history
Updates the python version in release workflow to 3.11
  • Loading branch information
fkiraly authored Sep 5, 2024
1 parent 69d8402 commit e2bf3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11

- name: Install poetry
shell: bash
Expand Down

0 comments on commit e2bf3fd

Please sign in to comment.