Update python-package.yml

Adding 3.12 to workflow to see what happens
This commit is contained in:
Jamie Hardt
2023-11-06 17:46:58 -08:00
committed by GitHub
parent 43666de976
commit f5ee41c8d5

View File

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