mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
Enable test suite for Windows on ARM
This commit is contained in:
parent
1d94f775c6
commit
d53ad27acc
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -11,7 +11,11 @@ jobs:
|
|||
matrix:
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
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 }}
|
||||
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue