Skip to content

Commit

Permalink
ci: bump python to 3.12 for poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Dec 3, 2024
1 parent 650ab44 commit a8bf1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# https://github.com/actions/setup-python
uses: actions/[email protected]
with:
python-version: "3.10"
python-version: "3.12"

- name: Install Poetry
run: |
Expand Down

0 comments on commit a8bf1d1

Please sign in to comment.