From ed13a9fea665ee1d7ce0c1d47199aabe850e0cb3 Mon Sep 17 00:00:00 2001 From: Tristan Rice Date: Mon, 15 Aug 2022 15:53:40 -0700 Subject: [PATCH] ci: multipy runtime tests 3.7-3.10 --- .github/workflows/runtime_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtime_tests.yaml b/.github/workflows/runtime_tests.yaml index 636d14f9..fb2ef047 100644 --- a/.github/workflows/runtime_tests.yaml +++ b/.github/workflows/runtime_tests.yaml @@ -10,7 +10,7 @@ jobs: unittest: strategy: matrix: - python-version: [3.8] + python-version: [3.7, 3.8, 3.9, '3.10'] platform: [ubuntu-18.04] fail-fast: false runs-on: ${{ matrix.platform }}