ci: Disable buggy python version on GH actions

This commit is contained in:
Markus Frosch 2020-05-09 10:24:05 +02:00
parent a81c04b7cf
commit ecdcd5f1e8
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ jobs:
matrix:
python:
- '2.7'
- '3.6'
- '3.7'
# - '3.6'
# - '3.7'
- '3.8'
steps: