From 3d9292b53910d7f91b3e80b4da829a051b47f353 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 6 Oct 2021 20:00:05 +0200 Subject: [PATCH] this is not a decimal number (3.10 != 3.1) --- .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 5825f39e0..22ea1cd53 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: