We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8c31f commit d1bce5dCopy full SHA for d1bce5d
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- platform: [macos-latest, ubuntu-latest, windows-latest]
+ platform: [macos-latest, ubuntu-24.04-arm, ubuntu-latest, windows-latest]
17
python-version: [3.8, 3.9, "3.10", 3.11, 3.12, 3.13]
18
19
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}
0 commit comments