Use Python 3.11 for pre-commit and GitHub actions

This proposal follows a comment from Frank in issue #211 where he mentioned
he moved the backend code/web docker image to 3.11.
This commit is contained in:
Natalia
2023-05-02 22:33:41 -03:00
parent bc7957e47c
commit 14276ffd08
2 changed files with 5 additions and 5 deletions

View File

@@ -34,10 +34,10 @@ jobs:
with:
fetch-depth: 0
- 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
- uses: actions/cache@v3
with:
@@ -81,10 +81,10 @@ jobs:
run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
- 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 Python dependencies
run: |