switch python test matrix to 3.8+

This commit is contained in:
Cameron Yick
2023-04-16 19:43:06 -04:00
parent e13c196514
commit 081a41a912

View File

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