diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cd190ef..a0d50201 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,14 @@ jobs: tox: py37 coverage: true + # - name: "Test: Python 3.8" + # python: "3.8" + # tox: py38 + + # - name: "Test: Python 3.9" + # python: "3.9" + # tox: py39 + - name: "Lint: check-manifest" python: "3.9" tox: check-manifest