github still do not support py3.8

This commit is contained in:
L1ghtn1ng 2019-10-12 22:23:53 +01:00
parent db443112af
commit f8985fd041

View file

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