From 730332d68039f400d00c3e0e2aa9c14d6b954dab Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 7 Feb 2022 14:20:50 +0100 Subject: [PATCH] Fix YAML syntax (string not number) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index adb73be9..aef95600 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, 3.10, pypy-3.7, pypy-3.8] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', pypy-3.7, pypy-3.8] exclude: - os: windows-latest python-version: pypy-3.7