From 0441392de225f0059c68d1e591f75ebac100746d Mon Sep 17 00:00:00 2001 From: leloup314 Date: Wed, 6 Mar 2024 22:47:23 +0100 Subject: [PATCH] MAINT: update testing for Py-versions --- .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 2b09277..7404090 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, ubuntu-latest] - python-version: [3.7, 3.10, 3.11] + python-version: ["3.7", "3.10", "3.11"] # Steps represent a sequence of tasks that will be executed as part of the job steps: