Revert "Add Python 3.8 to github actions tests"

This reverts commit 5a3f903745.
This commit is contained in:
Alexander Niederbühl 2019-12-28 13:02:31 +01:00
parent 5c1cb34c4a
commit 1d5cc89deb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1