new: run tests on python 3.12 too.

pull/1079/head
Raphaël Vinot 2023-10-12 16:20:40 +02:00
parent 507b8195ae
commit 8b091b1de6
1 changed files with 1 additions and 1 deletions

View File

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