Remove Py3.5 Add Py3.9

This commit is contained in:
Clinton Hall 2020-10-16 13:46:38 +13:00 committed by GitHub
commit 58d9f524b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@ jobs:
matrix: matrix:
Python27: Python27:
python.version: '2.7' python.version: '2.7'
Python35:
python.version: '3.5'
Python36: Python36:
python.version: '3.6' python.version: '3.6'
Python37: Python37:
python.version: '3.7' python.version: '3.7'
Python38: Python38:
python.version: '3.8' python.version: '3.8'
Python39:
python.version: '3.9'
maxParallel: 5 maxParallel: 5
steps: steps: