From c5435850d3f8cb27bf27b48a111d53e21d232d0d Mon Sep 17 00:00:00 2001 From: "@jmmshn" Date: Thu, 22 Feb 2024 15:03:54 -0800 Subject: [PATCH] depend --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c224e28..e0bbf8d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.9, 3.10, 3.11 ] + python-version: [ "3.9", "3.10", "3.11" ] steps: - uses: actions/checkout@v2.3.4