Skip to content

Commit

Permalink
Tell GitHub to use Python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
colons committed Nov 25, 2024
1 parent 458edb6 commit 6953463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:

- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

- run: pip install poetry
shell: bash
Expand Down

0 comments on commit 6953463

Please sign in to comment.