From 3ac8d0362b4fb9999fc55a60a9cb20ac80d114f7 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 16 Dec 2021 07:04:35 -0800 Subject: [PATCH] use quotes around python versions --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index a4aa6014..0e0a2c2e 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python-version: [3.7, 3.8, 3.9, 3.10.0] + python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2