Update python-package.yml

Remove 3.8 from test matrix
This commit is contained in:
Jamie Hardt
2025-09-08 13:13:09 -07:00
committed by GitHub
parent f460022160
commit 04b9e35240

View File

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