From 852558b559fea9fce138b8801b8b5781faee4805 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 13 Jan 2022 09:20:33 -0800 Subject: [PATCH] Good grief, it's treating them as floats, so quote --- .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 b236e3f..656a8ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: # Tested versions based on dates in https://devguide.python.org/devcycle/#end-of-life-branches, - python-version: [3.7, 3.8, 3.9, 3.10] + python-version: ['3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@master - name: Setup python