Fix py version for github actions

This commit is contained in:
2025-02-10 09:32:07 -05:00
parent a41e0ffa5d
commit 1460b9ba77

View File

@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.10, 3.11, 3.12]
python-version: [3.9, 3.11, 3.12]
steps:
- uses: actions/checkout@v4