diff --git a/.github/workflows/static-checking.yml b/.github/workflows/static-checking.yml index cda3290e7..fcf6b4e0e 100644 --- a/.github/workflows/static-checking.yml +++ b/.github/workflows/static-checking.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6] + python-version: [3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2