[CI] Trying to test on multiple windows target

This commit is contained in:
hakril
2025-01-15 22:56:42 +01:00
parent d63731f2d3
commit b1c147dfaa
+1 -1
View File
@@ -21,11 +21,11 @@ jobs:
tests:
# Not a real dependency : but starting tests when ctypes generation is broken is not useful
needs: generate_ctypes
runs-on: windows-2019
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
runs-on: [windows-2019, windows-latest]
python-version: [2.7, 3.6, 3.11]
python-architecture: [x86, x64]
include: