chg: [GitHub workflox] Updated Python versions in the matrix strategy.

This commit is contained in:
Cédric Bonhomme 2024-01-02 23:48:04 +01:00
parent 1ef59ac80b
commit 1293a3575b
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.8, 3.9]
python-version: ["3.9", "3.12"]
steps:
- uses: actions/checkout@v1