add 3.8 python version to gh actions

This commit is contained in:
L1ghtn1ng 2019-10-12 22:14:15 +01:00
parent 51c545cfa0
commit db443112af

View file

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