bump python version to 3.11 for workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Python formatting PEP8 / Pyhton-PEP8 (push) Failing after 5s

This commit is contained in:
Finn Christiansen 2023-05-28 17:18:22 +01:00
parent 282f651783
commit 6eff30a086

View file

@ -12,7 +12,7 @@ jobs:
- uses: https://github.com/actions/setup-python@v4 - uses: https://github.com/actions/setup-python@v4
with: with:
python-version: 3.9 python-version: 3.11
- name: Install dependencies - name: Install dependencies
run: | run: |