File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -347,10 +347,14 @@ jobs:
347
347
WINDOWS :
348
348
- {ARCH: 'x86', WINDOWS: 'win32', RUNNER: 'windows-latest'}
349
349
- {ARCH: 'x64', WINDOWS: 'win64', RUNNER: 'windows-latest'}
350
- - {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'}
350
+ # TODO: win32 + arm64? wat?
351
+ - {ARCH: 'arm64', WINDOWS: 'win32', RUNNER: 'windows-11-arm'}
351
352
PYTHON :
352
353
- {VERSION: "3.8", NOXSESSION: "tests-nocoverage"}
353
354
- {VERSION: "3.13", NOXSESSION: "tests"}
355
+ exclude :
356
+ - PYTHON : {VERSION: "3.7", NOXSESSION: "tests-nocoverage"}
357
+ WINDOWS : {ARCH: 'arm64', WINDOWS: 'win32', RUNNER: 'windows-11-arm'}
354
358
timeout-minutes : 15
355
359
steps :
356
360
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments