[WIP] Support Python 3.7 in Cloudpickle#181
[WIP] Support Python 3.7 in Cloudpickle#181HyukjinKwon wants to merge 1 commit intocloudpipe:masterfrom
Conversation
| - "3.4" | ||
| - "3.5" | ||
| - "3.6" | ||
| - "3.7" |
There was a problem hiding this comment.
Currently blocked by https://github.com/travis-ci/travis-ci/issues/9552.
There was a problem hiding this comment.
Maybe we can start installing Miniconda and create different versioned Python environments for each matrix element?
There was a problem hiding this comment.
Looks there are workarounds for it, for instance, travis-ci/travis-ci#9815 (comment) . I don't think this is super urgent and we could just wait for its support though.
Codecov Report
@@ Coverage Diff @@
## master #181 +/- ##
=======================================
Coverage 83.85% 83.85%
=======================================
Files 1 1
Lines 539 539
Branches 95 95
=======================================
Hits 452 452
Misses 63 63
Partials 24 24Continue to review full report at Codecov.
|
|
I am currently working on python3.7 support with #189. |
|
Yea, thx. |
This PR targets to support Python 3.7 in Cloudpickle.