File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 90
90
arch :
91
91
["x64", "x86"]
92
92
msvc-toolset :
93
- ["9.0", "14.16 "]
93
+ ["9.0", "14.0 "]
94
94
max-parallel : 4
95
95
fail-fast : false
96
96
needs : lint
@@ -155,7 +155,7 @@ jobs:
155
155
if ("${{ matrix.python-version }}" -eq "2.7") {
156
156
echo "msvc-toolset=9.0" >> $env:GITHUB_ENV
157
157
} else {
158
- echo "msvc-toolset=14.16 " >> $env:GITHUB_ENV
158
+ echo "msvc-toolset=14.0 " >> $env:GITHUB_ENV
159
159
}
160
160
-
161
161
name : Set MSVC toolset
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ https://semver.org/spec/v2.0.0.html
16
16
- Upgrade ` matplotlib ` upper pin to 3.7.
17
17
- Upgrade ` pyproj ` upper pin to 3.5.
18
18
19
+ ### Fixed
20
+ - Set MSVC 14.0 (VS2015) to build the precompiled Windows wheels in
21
+ GitHub workflows.
22
+
19
23
## [ 1.3.5] - 2022-10-25
20
24
21
25
### Fixed
You can’t perform that action at this time.
0 commit comments