From 2c3b38f95bc402e70301a2c54507e50cb789623c Mon Sep 17 00:00:00 2001 From: chizhg Date: Sat, 1 Apr 2023 10:15:09 +0000 Subject: [PATCH] ci: Update python matrix Signed-off-by: GitHub --- .github/workflows/conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index ab9159ca..f5535637 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11'] + python: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - name: Harden Runner uses: step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v2.1.0