File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,22 +51,22 @@ jobs:
51
51
# Python 3.10
52
52
- python : ' 3.10'
53
53
builder : windows-2022
54
- toolset : ' 14.41 ' # Visual Studio 2022
54
+ toolset : ' 14.42 ' # Visual Studio 2022
55
55
winsdk : ' 10.0.17763.0' # Windows 10 1809
56
56
# Python 3.11
57
57
- python : ' 3.11'
58
58
builder : windows-2022
59
- toolset : ' 14.41 ' # Visual Studio 2022
59
+ toolset : ' 14.42 ' # Visual Studio 2022
60
60
winsdk : ' 10.0.17763.0' # Windows 10 1809
61
61
# Python 3.12
62
62
- python : ' 3.12'
63
63
builder : windows-2022
64
- toolset : ' 14.41 ' # Visual Studio 2022
64
+ toolset : ' 14.42 ' # Visual Studio 2022
65
65
winsdk : ' 10.0.17763.0' # Windows 10 1809
66
66
# Python 3.13
67
67
- python : ' 3.13'
68
68
builder : windows-2022
69
- toolset : ' 14.41 ' # Visual Studio 2022
69
+ toolset : ' 14.42 ' # Visual Studio 2022
70
70
winsdk : ' 10.0.17763.0' # Windows 10 1809
71
71
arch :
72
72
- x86
You can’t perform that action at this time.
0 commit comments