From 1c3d42c630615880b302c572723c5a7286b4bdf8 Mon Sep 17 00:00:00 2001 From: reynoldsnlp Date: Mon, 20 Nov 2023 07:10:53 -0700 Subject: [PATCH] fix 3.10 in Actions --- .github/workflows/macos_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index 7234cda..55d0947 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -8,7 +8,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10, 3.11, 3.12] + python-version: [3.8, 3.9, '3.10', 3.11, 3.12] steps: - uses: actions/checkout@v2