Bump to Python 3.9 on actions

It's the version used on testing & production servers
This commit is contained in:
Santiago L 2022-07-11 13:53:27 +02:00
parent d6a2dc0a14
commit 214fbb6e37
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
python-version: [3.9]
steps:
- uses: actions/checkout@v3

View File

@ -32,7 +32,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
python-version: [3.9]
steps:
- uses: actions/checkout@v3