Update python-package.yml

This commit is contained in:
Jamie Hardt
2023-07-21 12:53:43 -07:00
committed by GitHub
parent 5785dc3364
commit 79d8cc5b69

View File

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