From 7cb3eff1dd882b29346c64ebf5eb80402657e0a1 Mon Sep 17 00:00:00 2001 From: Jianjie Liu Date: Wed, 6 Oct 2021 17:37:59 +0000 Subject: [PATCH] Try 3.8 --- .github/workflows/pr-gate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-gate.yml b/.github/workflows/pr-gate.yml index 739d70ce21..8ee9cc55b0 100644 --- a/.github/workflows/pr-gate.yml +++ b/.github/workflows/pr-gate.yml @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python: [3.6, 3.7] + python: [3.6, 3.7, 3.8] # different kinds of tests are located in tests/ folders test-kind: ['unit'] # pytest markers configured in tox.ini. See https://docs.pytest.org/en/6.2.x/example/markers.html @@ -115,7 +115,7 @@ jobs: matrix: os: [ubuntu-latest] java: [8] - python: [3.6, 3.7] + python: [3.6, 3.7, 3.8] # different kinds of tests are located in tests/ folders test-kind: ['unit'] # pytest markers configured in tox.ini. See https://docs.pytest.org/en/6.2.x/example/markers.html @@ -157,7 +157,7 @@ jobs: needs: static-analysis strategy: matrix: - python: [3.6, 3.7] + python: [3.6, 3.7, 3.8] # different kinds of tests are located in tests/ folders test-kind: ['unit'] # pytest markers configured in tox.ini. See https://docs.pytest.org/en/6.2.x/example/markers.html