[tooling] Roll test matrix from python 2.x to 3.8

This commit is contained in:
Cameron Yick
2021-03-06 21:24:31 -05:00
parent 68c47b021c
commit bd2d1236a9

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['2.7', '3.6', '3.7']
python-version: ['3.6', '3.7', '3.8']
WITH_PANDAS: [false, true]
steps: