Skip to content

Commit

Permalink
chore: allow Python 3.11 in the GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Oct 14, 2022
1 parent 66dd66d commit 56c8fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -28,7 +28,7 @@ runs:
- uses: actions/setup-python@v4
id: python
with:
python-version: "3.7 - 3.10"
python-version: "3.7 - 3.11"
update-environment: false

# Redirecting stderr to stdout to fix interleaving issue in Actions.
Expand Down

0 comments on commit 56c8fac

Please sign in to comment.