mirror of
https://github.com/simple-login/app.git
synced 2025-09-30 18:37:30 +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:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.7, 3.9]
|
||||
python-version: [3.7, 3.10]
|
||||
|
||||
# service containers to run with `postgres-job`
|
||||
services:
|
||||
|
|
Loading…
Add table
Reference in a new issue