Skip to content

Commit feea424

Browse files
committed
Force MSVC 14.0 to build Windows wheels
1 parent c560877 commit feea424

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/basemap-for-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)