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 9090 arch :
9191 ["x64", "x86"]
9292 msvc-toolset :
93- ["9.0", "14.16 "]
93+ ["9.0", "14.0 "]
9494 max-parallel : 4
9595 fail-fast : false
9696 needs : lint
@@ -155,7 +155,7 @@ jobs:
155155 if ("${{ matrix.python-version }}" -eq "2.7") {
156156 echo "msvc-toolset=9.0" >> $env:GITHUB_ENV
157157 } else {
158- echo "msvc-toolset=14.16 " >> $env:GITHUB_ENV
158+ echo "msvc-toolset=14.0 " >> $env:GITHUB_ENV
159159 }
160160 -
161161 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
1616- Upgrade ` matplotlib ` upper pin to 3.7.
1717- Upgrade ` pyproj ` upper pin to 3.5.
1818
19+ ### Fixed
20+ - Set MSVC 14.0 (VS2015) to build the precompiled Windows wheels in
21+ GitHub workflows.
22+
1923## [ 1.3.5] - 2022-10-25
2024
2125### Fixed
You can’t perform that action at this time.
0 commit comments