From e66dde5c12552f345f98c2538cc904cd7318c4e6 Mon Sep 17 00:00:00 2001 From: Ralf Weber Date: Wed, 3 May 2023 18:31:37 +0100 Subject: [PATCH] Update python versions github actions (3) --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 2eb29a8..1faaff7 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.8, 3.9, 3.10] + python-version: ['3.8', '3.9', '3.10'] env: OS: ${{ matrix.os }}