Remove 3.9

This commit is contained in:
Will McGugan 2020-06-20 17:54:54 +01:00
parent 1f1664b28d
commit 3b11feed34

View file

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1
@ -26,7 +26,5 @@ jobs:
make typecheck
- name: Test with pytest
run: |
pip install poetry pytest
poetry install
pip install .
pytest tests/ -v