CI: Add support for Python 3.12

This commit is contained in:
Dimitri Papadopoulos 2023-09-14 12:35:51 +02:00 committed by Adrien Vergé
parent f63e56fd98
commit e1d45c3ae5

View File

@ -42,6 +42,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- name: Checkout
uses: actions/checkout@v4