Skip to content

Commit

Permalink
feat(action): use Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
felix11h committed Oct 30, 2023
1 parent 5ca657f commit 8401056
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 @@ -21,7 +21,7 @@ runs:
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

# Build and install project from pyproject.toml in current directory
- run: pip install .
Expand Down

0 comments on commit 8401056

Please sign in to comment.