From cad9ae0f9291159baf003690ad8c4eb87cb4f0ee Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Wed, 21 Feb 2024 09:05:23 +0000 Subject: [PATCH] Issue #81 put 3.10 in quotes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59a82fa..db42158 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest] - python-ver: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12] + python-ver: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12] runs-on: ${{ matrix.os }}