Update Python version matrix in base.yml

Removed Python version '3.9' from the workflow matrix.
This commit is contained in:
Sermet Pekin 2025-10-21 08:58:53 +03:00 committed by GitHub
parent ccbdd963f2
commit 2f113af4ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9' , '3.10', '3.11', '3.12' , '3.13']
python-version: ['3.10', '3.11', '3.12' , '3.13']
fail-fast: false
steps: