build: replace python 3.6 testing with 3.9

This commit is contained in:
Cameron Yick
2023-03-28 20:21:53 -04:00
committed by Cameron Yick
parent a8a4fb1e2e
commit 06421235f7

View File

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