Update python-package.yml

Added 3.12 to test matrix
This commit is contained in:
Jamie Hardt
2023-11-08 10:27:56 -08:00
committed by GitHub
parent 9123cbd0b5
commit 4a8983cbbb

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"] python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
steps: steps:
- uses: actions/checkout@v2.5.0 - uses: actions/checkout@v2.5.0