summaryrefslogtreecommitdiff
path: root/.github/workflows/cibuildwheel.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cibuildwheel.yml')
-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