adds python 3.12 to python package checks

This commit is contained in:
Mose Müller 2024-05-27 15:33:01 +02:00
parent 94cef50e03
commit 9f27f07ccb

View File

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