From 1b511cde6635993b5df9c456f0e5e50f122e0f8c Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Wed, 27 Oct 2021 21:09:36 +1300 Subject: [PATCH] Placeholder for Python 3.8 and 3.9 tests --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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