]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Add CI for Python 3.10 (#305)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 16 Apr 2022 09:30:19 +0000 (11:30 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Apr 2022 09:30:19 +0000 (09:30 +0000)
.github/workflows/test.yml

index 5b772ed3e37e25ab55191929a814659d9074bb38..c135ff3915c261b89a9a35c9dfa68dd613f295bb 100644 (file)
@@ -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: