From d9b12d4a9747c1fabf1aea22afd0c3cf43b1660e Mon Sep 17 00:00:00 2001 From: ndxmrb Date: Tue, 20 Aug 2024 09:59:27 +0200 Subject: [PATCH] ci: add 3.9 and 3.10 to test matrix --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index ea51b5b..7f71109 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.11", "3.12" ] + python-version: [ "3.9", "3.10", "3.11", "3.12" ] fastapi-version: [ "0.103.2", "0.111.1"] steps: - name: Check out repository