Skip to content

Commit

Permalink
Use Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Conchylicultor authored Mar 19, 2024
1 parent b2beb48 commit 485c06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
# Setup Python
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- run: pip install -e .
shell: bash
Expand Down

0 comments on commit 485c06f

Please sign in to comment.