Use Python 3.11

This commit is contained in:
Dain Nilsson 2022-10-25 16:59:00 +02:00
parent 50505abc2d
commit c616f776e6
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Check app versions
run: |

View File

@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Check app versions
run: |

View File

@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Check app versions
run: |