ci: add support for building and testing woa wheels

This commit is contained in:
MS-GITS 2025-09-25 16:07:53 +05:30 committed by GitHub
parent e6a531552f
commit 2d13370549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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