.github: update to Python 3.11

This commit is contained in:
Jelle van der Waa 2023-05-22 19:21:35 +02:00 committed by Jelle van der Waa
parent 28e6b26929
commit b111d5aed0

View File

@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip