chg: [GitHub workflox] Removed Python 3.9.

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