From bb3742dfb0519f63d91b95fa76c5a8e1e7b7a30c Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Thu, 4 Jan 2024 16:58:51 +0200 Subject: [PATCH] 3.10 is not "3.10" --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3b295c52..2b39feb1c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10] + python-version: ["3.8", "3.9", "3.10"] services: postgres: