Merge pull request #841 from hydrosquall/hydrosquall-patch-1

build: replace python 3.6 testing with 3.9
This commit is contained in:
Cameron Yick
2023-03-28 20:51:12 -04:00
committed by GitHub

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: