CI: Add Python 3.12.

This commit is contained in:
Giacomo Leidi 2024-03-20 00:43:24 +01:00
parent b3ed1dde6e
commit 5d29fd965d
No known key found for this signature in database
GPG Key ID: AED41CC193B701E2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
poetry-version: ["1.1.12", "1.7.0"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}