Update Python used in Windows CI to 3.8 - #1404
Conversation
Codecov Report
@@ Coverage Diff @@
## trunk #1404 +/- ##
=======================================
Coverage 86.45% 86.45%
=======================================
Files 366 366
Lines 76751 76751
Branches 7527 7527
=======================================
Hits 66352 66352
Misses 7532 7532
Partials 2867 2867Continue to review full report at Codecov.
|
|
Thanks for the fix. If I understand correctly, chocolatey on Travis only supports a single (latest) version of Python 3? |
|
Turns out this was a temporary (but persistent over multiple hours) bug with Chocolatey yesterday which failed installs when |
Fix CI on Windows
Description
The Travis CI build on Windows is currently failing (e.g. see 5073.4 or 5074.4) due to an error installing Python via Chocolatey.
This pull request fixes the CI by updating the build to use the latest Python published to Chocolatey (3.8). This also required updating the cryptography dependency to the latest version (2.8) since the previously pinned version (2.6.1) doesn't include a wheel for Python 3.8 on Windows.
Status
Checklist