mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-01 10:25:45 +08:00
Add 3.9 to test matrix
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python_version: [3.7, 3.8]
|
||||
python_version: [3.7, 3.8, 3.9]
|
||||
|
||||
services:
|
||||
mongo:
|
||||
|
||||
Reference in New Issue
Block a user