File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 69
69
python-version : " pypy-3.9"
70
70
- os : windows
71
71
python-version : " pypy-3.10"
72
+ # Skip 3.13.0a4 and pin to 3.13.0a3 for Windows due to build error.
73
+ # Undo when 3.13.0a5 is released.
74
+ - os : windows
75
+ python-version : " 3.13"
76
+ include :
77
+ - os : windows
78
+ python-version : " 3.13.0-alpha.3"
72
79
# If one job fails, stop the whole thing.
73
80
fail-fast : true
74
81
Original file line number Diff line number Diff line change 62
62
python-version : " pypy-3.9"
63
63
- os : windows
64
64
python-version : " pypy-3.10"
65
+ # Skip 3.13.0a4 and pin to 3.13.0a3 for Windows due to build error.
66
+ # Undo when 3.13.0a5 is released.
67
+ - os : windows
68
+ python-version : " 3.13"
69
+ include :
70
+ - os : windows
71
+ python-version : " 3.13.0-alpha.3"
65
72
fail-fast : false
66
73
67
74
steps :
You can’t perform that action at this time.
0 commit comments