Update python-package.yml

Adding py3.6 to test grid
This commit is contained in:
Jamie Hardt
2023-05-17 16:22:50 -07:00
committed by GitHub
parent 41fdeeaf56
commit 9838e6b357

View File

@@ -16,7 +16,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3