Skip to content

Commit

Permalink
ci: default to Python 3.11 for Poetry env
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Nov 13, 2022
1 parent 20ae038 commit 594a51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
python-version:
required: false
description: "The python version to use"
default: 3.9.7
default: "3.11"

runs:
using: "composite"
Expand Down

0 comments on commit 594a51b

Please sign in to comment.