๐ Fix nuget "Package is not found" error on Windows. (#653)
โ ๏ธ cibuildwheel will no longer build Windows 2.7 wheels, unless you specify a custom toolchain using DISTUTILS_USE_SDK=1 and MSSdk=1. This is because Microsoft have stopped distributing Visual C++ Compiler for Python 2.7. See this FAQ entry for more details. (#649)
๐ Fix crash on Windows due to missing which command (#641).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @henryiii.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
Bumps joerick/cibuildwheel from 1.10.0 to 1.11.0.
Release notes
Sourced from joerick/cibuildwheel's releases.
Commits
aa12480
'Bump version: v1.11.0'2c7c2c8
'Bump version: v1.10.1'f075980
fix: occasional nuget error (#653)75af594
Merge pull request #650 from joerick/docs-updates2737add
Merge remote-tracking branch 'origin/master' into docs-updatese11c907
Add a cross-link between the CPP discussion and the FAQ entry.dff3aca
style: second set of updates (#651)07b87ea
Add Windows 2.7 FAQ entry.0d08a1c
Apply suggestions from code review38ae494
[pre-commit.ci] pre-commit autoupdate (#652)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @henryiii.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually