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 77d1dc4 commit bfb706dCopy full SHA for bfb706d
1 file changed
.github/workflows/run_tests.yml
@@ -24,6 +24,10 @@ jobs:
24
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-15-intel, macos-15, windows-2025, windows-11-arm]
25
version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
26
27
+ exclude:
28
+ - os: windows-11-arm
29
+ version: "3.10"
30
+
31
steps:
32
- name: Checkout code.
33
uses: actions/checkout@v4
0 commit comments