We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c969de commit f995b9dCopy full SHA for f995b9d
1 file changed
.github/workflows/ci.yml
@@ -63,16 +63,16 @@ jobs:
63
os:
64
- windows-latest
65
- windows-2022
66
- include:
67
- - os: windows-11-arm
68
- architecture: arm64
69
- python-version: "3.11"
70
71
72
- python-version: "3.14"
73
74
75
- python-version: "3.14t"
+ # include:
+ # - os: windows-11-arm
+ # architecture: arm64
+ # python-version: "3.11"
+ # python-version: "3.14"
+ # python-version: "3.14t"
76
steps:
77
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
78
with:
0 commit comments