From: Sebastián Ramírez Date: Sat, 16 Apr 2022 09:30:19 +0000 (+0200) Subject: 👷 Add CI for Python 3.10 (#305) X-Git-Tag: 0.0.7~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88683f6e2c01467eb55c27005a8a55d43612d9c0;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Add CI for Python 3.10 (#305) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b772ed3..c135ff39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: