Skip to content

Commit

Permalink
Merge pull request #1473 from minrk/older-windows
Browse files Browse the repository at this point in the history
build windows wheels on windows-2016
  • Loading branch information
minrk authored Jan 15, 2021
2 parents 978d04c + d08a76b commit 578de02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ jobs:
build: "cp38* cp39*"
manylinux_image: manylinux2010

- os: windows-2019
- os: windows-2016
name: win32
cibw:
build: "*win32"

- os: windows-2019
- os: windows-2016
name: win_amd64
cibw:
build: "*win_amd64"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ def bundle_libzmq_extension(self):
vcruntime = vcvars["py_vcruntime_redist"]
except KeyError:
warn(f"platform={get_platform()}, vcvars=")
pprint.pprint(vcvars, stream=sys.stderr)
pprint(vcvars, stream=sys.stderr)

# fatal error if env set, warn otherwise
msg = fatal if os.environ.get("PYZMQ_BUNDLE_CRT") else warn
Expand Down

0 comments on commit 578de02

Please sign in to comment.