Conversation
Codecov Report
@@ Coverage Diff @@
## master #672 +/- ##
==========================================
+ Coverage 94.03% 94.77% +0.74%
==========================================
Files 31 31
Lines 6642 9079 +2437
Branches 726 1132 +406
==========================================
+ Hits 6246 8605 +2359
- Misses 258 295 +37
- Partials 138 179 +41
Continue to review full report at Codecov.
|
|
We might also want to stop providing 3.6 builds |
|
@adam-urbanczyk What's the reasoning behind dropping support for Python 3.6? |
|
PEP 563 and shorter build times. |
jmwright
left a comment
There was a problem hiding this comment.
@adam-urbanczyk The comment I made is just a suggestion. This PR looks good.
azure-pipelines.yml
Outdated
| - template: conda-build.yml@templates | ||
| parameters: | ||
| name: Linux_39 | ||
| vmImage: 'ubuntu-16.04' |
There was a problem hiding this comment.
16.04 is going EOL next month. GitHub Actions is going to start defaulting to 20.04 for the "latest" image when this EOL is hit. It might be worth moving to 18.04 for these builds while you're at it.
|
OK, merging. |
No description provided.