From ea165ad20aec89872bc9e5898be71aa82726d2b9 Mon Sep 17 00:00:00 2001 From: Michael Coughlin Date: Thu, 10 Mar 2022 06:42:41 -0600 Subject: 3.10 must be quoted --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 5854905..d50c40c 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: arch: [x86_64, aarch64] - python-version: [3.7, 3.8, 3.9, 3.10] + python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 -- cgit v1.2.1