-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: appveyor windows job - python version (#1776)
* fix: appveyor windows job - python version Why is this change necessary? * With release v0.41.0 - MSIs have version 3.7.6 as their base version. Appveyor testing needs to reflect that. How does it address the issue? * Appveyor test frameworks are now using python 3.7.6. The environment variables are set according to: https://www.appveyor.com/docs/windows-images-software/ What side effects does this change have? * None * fix: change windows python versions across all appveyor projects * fix: remove `PYTHON_VERSION` env variable in windows appveyor - It does not look to be used. * fix: remove python3.8 installation on windows python build appveyor project * Fix python path with python3.8 and 3.6 * check: does python3.8 exist on the windows appveyor image? * fix: python3.8 path url: appveyor/ci#3142 * fix: re-install python3.8 as before Co-authored-by: Jacob Fuss <[email protected]>
- Loading branch information
Showing
8 changed files
with
35 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters