From cb4ded8f512d76c0cce469ec304592bbb11db390 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 13 Sep 2022 12:19:43 +0200 Subject: [PATCH] Use string for Python 3.10 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 565a178..a97c61c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python: [3.7, 3.8, 3.9, 3.10] + python: [3.7, 3.8, 3.9, "3.10"] runs-on: ${{ matrix.os }} environment: "Publish wheels"