Add Python 3.12 flow

This commit is contained in:
2023-10-09 23:17:00 +02:00
parent 2b0fdc4487
commit 448ecae070

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3