From c17fcf2cbc21d4170f27219aaf9d107bf36a8219 Mon Sep 17 00:00:00 2001 From: GDay <1939656+GDay@users.noreply.github.com> Date: Fri, 16 Sep 2022 02:10:17 +0200 Subject: [PATCH] avoid being recognized as 3.1 instead of 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 8e78078..417f338 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.7, 3.8, 3.9, 3.10 ] + python-version: [ "3.7", "3.8", "3.9", "3.10" ] django: [ "2.2", "3.2" ] services: disque: