summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Coughlin <michael.w.coughlin@gmail.com>2022-03-10 06:42:41 -0600
committerMichael Coughlin <michael.w.coughlin@gmail.com>2022-03-10 06:42:41 -0600
commitea165ad20aec89872bc9e5898be71aa82726d2b9 (patch)
treebc32740a4b91dcfee5d134231e17b9c81102fff6
parent2deb7181c025ce8a7288734212cd3393ad01d67b (diff)
downloadpycurl-ea165ad20aec89872bc9e5898be71aa82726d2b9.tar.gz
3.10 must be quoted
-rw-r--r--.github/workflows/cibuildwheel.yml2
1 files changed, 1 insertions, 1 deletions
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