Add latest Python versions#109
Conversation
Codecov Report
@@ Coverage Diff @@
## master #109 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 576 602 +26
=========================================
+ Hits 576 602 +26
Continue to review full report at Codecov.
|
mblayman
left a comment
There was a problem hiding this comment.
This looks pretty good! I didn't realize Travis added Python 3.8 support so thanks for making this update.
Could you also update the README.md, docs/index.rst, and docs/releases.rst file to mention 3.8? There should be examples from other releases that you can pull from in releases.rst. For releases.rst, I do something like:
Version 3.1, To Be Released
---------------------------
when creating a new section for a release that isn't out yet.
Codecov Report
@@ Coverage Diff @@
## master #109 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 12 12
Lines 576 602 +26
=====================================
+ Hits 576 602 +26
Continue to review full report at Codecov.
|
|
Sure. I've updated the files as requested. Travis even has a |
Adds Python 3.8 as a supported version in package metadata and includes this version in CI tests.
To accept your contribution, please ensure that the checklist below is complete.