Skip to content

Commit ce9072a

Browse files
committed
Test all OSs for which we build wheels in test PyPI install
1 parent b55e808 commit ce9072a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/install-pypi.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
25+
os: [
26+
"ubuntu-latest",
27+
"ubuntu-24.04-arm",
28+
"macos-latest",
29+
"macos-13",
30+
"windows-latest",
31+
"windows-11-arm",
32+
]
2633
# Test against all security and bugfix versions: https://devguide.python.org/versions/
2734
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
2835
# Check both 'library' install and the 'application' (i.e. locked) install

0 commit comments

Comments
 (0)