From 9b4a53001fb985c913682ee6d523df5634a04168 Mon Sep 17 00:00:00 2001 From: Daniel Standage Date: Mon, 14 Aug 2023 10:37:58 -0400 Subject: [PATCH] Update cibuild.yml The future is now --- .github/workflows/cibuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 5771e19..855f4be 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -12,7 +12,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.7, 3.8, 3.9, 3.10] + python-version: ['3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v1