We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114ae18 commit 4037ba8Copy full SHA for 4037ba8
1 file changed
.github/workflows/tests.yml
@@ -24,7 +24,8 @@ jobs:
24
- "3.13"
25
- "3.14"
26
- "3.14t"
27
- os: [ubuntu-latest, macos-latest]
+ # TODO: (Vizonex) windows-11-arm
28
+ os: [ubuntu-latest, macos-latest, windows-latest]
29
30
env:
31
PIP_DISABLE_PIP_VERSION_CHECK: 1
0 commit comments