Update CI workflow to support multiple OS and Python versions

This commit is contained in:
Sermet Pekin 2025-10-21 09:57:21 +03:00 committed by GitHub
parent 73d8ee9a3a
commit 9c68e438db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,8 +18,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest] # ubuntu-latest, macos-latest,
python-version: [ '3.13'] # '3.10', '3.11', '3.12' ,
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.10', '3.11', '3.12', '3.13']
fail-fast: false
steps: