chg: [GitHub workflox] Added Python 3.10 and 3.11.

This commit is contained in:
Cédric Bonhomme 2024-01-04 01:51:44 +01:00
parent ed66aaa159
commit 178347f61f
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v1