Placeholder for Python 3.8 and 3.9 tests

This commit is contained in:
James Barnsley
2021-10-27 21:09:36 +13:00
parent 97e88ca6fe
commit 1b511cde66

View File

@ -34,6 +34,14 @@ jobs:
tox: py37 tox: py37
coverage: true 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" - name: "Lint: check-manifest"
python: "3.9" python: "3.9"
tox: check-manifest tox: check-manifest