mirror of
https://github.com/simple-login/app.git
synced 2025-10-19 03:37:09 +08:00
Add workflow for python 3.10
This commit is contained in:
parent
f5a5a06e19
commit
83a8d439e5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 4
|
max-parallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.7, 3.9]
|
python-version: [3.7, 3.10]
|
||||||
|
|
||||||
# service containers to run with `postgres-job`
|
# service containers to run with `postgres-job`
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Add table
Reference in a new issue