update GH ci to revert adding py3.9 and drop testing for py3.7

This commit is contained in:
L1ghtn1ng 2020-07-19 06:34:53 +01:00
parent 1acd6f0bf0
commit 144a9434e7

View file

@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8]
steps:
- uses: actions/checkout@v2