Update python-package.yml

Added 3.12 to test matrix
This commit is contained in:
Jamie Hardt
2023-11-08 08:13:42 -08:00
committed by GitHub
parent 795a666a74
commit cc371cd486

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