mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2025-02-07 19:11:03 +00:00
👷 Add CI for Python 3.10 (#305)
This commit is contained in:
parent
d6229b3937
commit
88683f6e2c
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user