From b726a79322f94e29fd9f2d8a34d10af7f50502f8 Mon Sep 17 00:00:00 2001 From: Pauliina Ilmanen Date: Fri, 3 Nov 2023 13:22:08 +0200 Subject: [PATCH] Add Python versions to CI matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24207e8dd..bf2884878 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [ "3.8" ] + python: [ "3.8" ,"3.9", "3.10" , "3.11" ] env: DATABASE_URL: postgis://postgres:postgres@localhost/smbackend SECRET_KEY: test-secret