From 963ded98915a25eeea0268c8ac38161ad7715963 Mon Sep 17 00:00:00 2001 From: Raphael MANSUY Date: Tue, 19 Mar 2024 15:59:10 +0800 Subject: [PATCH] update --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8994f5a..22a026a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10, 3.11, 3.12] # Specify the Python versions here + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] # Specify the Python versions here steps: - uses: actions/checkout@v3