Enable test suite for Windows on ARM

This commit is contained in:
Wise Man 2025-09-12 19:30:56 +05:30 committed by GitHub
parent 1d94f775c6
commit d53ad27acc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,11 @@ jobs:
matrix: matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"] os: ["ubuntu-latest", "windows-latest", "macos-latest"]
py: ["3.14-dev", "3.13", "3.12", "3.11", "3.10", "3.9"] py: ["3.14-dev", "3.13", "3.12", "3.11", "3.10", "3.9"]
exclude:
- os: window-11-arm
py: "3.9"
- os: window-11-arm
py: "3.10"
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }} name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}