Skip to content

Commit

Permalink
Update publish.yaml to run on Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
asymworks authored Oct 31, 2023
1 parent 8e31244 commit 7d92094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'
- name: Install Poetry
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
Expand Down

0 comments on commit 7d92094

Please sign in to comment.