Update python-package.yml

Removed 3.6 from grid
This commit is contained in:
Jamie Hardt
2022-11-16 17:10:00 -08:00
committed by GitHub
parent b642f859f3
commit bc6d7f34c0

View File

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