Update python-package.yml

Removed 3.6 and 3.7 from test grid
This commit is contained in:
Jamie Hardt
2022-11-15 10:58:51 -08:00
committed by GitHub
parent d8a405b6d2
commit 354d88a5b2

View File

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