ci: Disable buggy python version on GH actions
This commit is contained in:
parent
a81c04b7cf
commit
ecdcd5f1e8
|
@ -14,8 +14,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
python:
|
python:
|
||||||
- '2.7'
|
- '2.7'
|
||||||
- '3.6'
|
# - '3.6'
|
||||||
- '3.7'
|
# - '3.7'
|
||||||
- '3.8'
|
- '3.8'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue