From c0de9117aef13cf3d5461f809822f71d88a9277d Mon Sep 17 00:00:00 2001 From: Jacques Dainat Date: Thu, 31 Aug 2023 11:59:00 +0200 Subject: [PATCH] fix 3.10 version check --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d06b7c..a54d469 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: # Run in all these versions of Python - python-version: [3.9, 3.10, 3.11] + python-version: [3.9, '3.10', 3.11] # Steps represent a sequence of tasks that will be executed as part of the job steps: