Skip to content

Commit

Permalink
fix(release-python-poetry): pin python version to 3.11 for now (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Oct 31, 2023
1 parent c1b3697 commit fc44ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
cache: 'poetry'

- run: poetry install
Expand Down

0 comments on commit fc44ad3

Please sign in to comment.