From b779a88fde08aa85dd2e86dea536b70dfcad913c Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 28 Jan 2020 21:28:22 +0000 Subject: [PATCH] Add note about 254 {vmImage: 'vs2017-win2016'} on Azure to docs See #254 --- docs/setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/setup.md b/docs/setup.md index 01580747..c45c4333 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -11,6 +11,9 @@ Using Azure pipelines, you can build all three platforms on the same service. Cr {% include "../examples/azure-pipelines-minimal.yml" %} ``` +!!! note + To support Python 3.5 on Windows, make sure to specify the use of `{vmImage: 'vs2017-win2016'}` on Windows, to ensure the required toolchain is available. + Commit this file, enable building of your repo on Azure Pipelines, and push. Wheels will be stored for you and available through the Pipelines interface. For more info on this file, check out the [docs](https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema).