From 7810d722cd8e346fe8d8178bfd3ebd9a56acc65a Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 6 Oct 2021 19:57:57 +0200 Subject: [PATCH] missing comma --- .github/workflows/Python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Python.yml b/.github/workflows/Python.yml index ccf7ccb07..5825f39e0 100644 --- a/.github/workflows/Python.yml +++ b/.github/workflows/Python.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - python-version: [3.7, 3.8, 3.9 3.10] + python-version: [3.7, 3.8, 3.9, 3.10] os: [ubuntu-latest, macos-latest] steps: