Add Python 3.8

This commit is contained in:
Clinton Hall 2019-10-18 10:50:21 +13:00 committed by GitHub
commit a551d66929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,8 @@ jobs:
python.version: '3.6' python.version: '3.6'
Python37: Python37:
python.version: '3.7' python.version: '3.7'
Python38:
python.version: '3.8'
maxParallel: 4 maxParallel: 4
steps: steps: