chore: allow Python 3.11 in the GitHub Action

This commit is contained in:
mayeut
2022-10-14 08:44:16 +02:00
parent 66dd66d920
commit 56c8fac392
+1 -1
View File
@@ -28,7 +28,7 @@ runs:
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
id: python id: python
with: with:
python-version: "3.7 - 3.10" python-version: "3.7 - 3.11"
update-environment: false update-environment: false
# Redirecting stderr to stdout to fix interleaving issue in Actions. # Redirecting stderr to stdout to fix interleaving issue in Actions.