Add python3.12 support

This commit is contained in:
Andre Basche
2023-11-19 23:50:03 +01:00
parent e44b9b6773
commit ab18e45f97
4 changed files with 8 additions and 6 deletions

View File

@ -13,7 +13,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