From 354973489cce9dac6b9f86c30479e29de6eb06ff Mon Sep 17 00:00:00 2001 From: Michael Wayne Goodman Date: Sun, 13 Nov 2022 22:14:26 -0800 Subject: [PATCH] Try version numbers as strings --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4643903..a87e3b4 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.10, 3.11] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v2