Evalml: Support python 3.8

Created on 8 Jan 2020  路  2Comments  路  Source: alteryx/evalml

Python 3.8 was released in Oct 2019.

In order to support 3.8, we should set up a new copy of the CircleCI tests to run on 3.8. We can use the first results to determine what if any dev work is needed. I don't see any major backwards-incompatible changes listed, so hopefully it'll be easy.

(Related: #167)

enhancement

Most helpful comment

Hmm, I just realized, I'm pretty sure I've been running evalml locally on 3.8 for a couple months with no issues. So that's a good sign :)

All 2 comments

Hmm, I just realized, I'm pretty sure I've been running evalml locally on 3.8 for a couple months with no issues. So that's a good sign :)

@angela97lin and I ran into a weird error today. Something about the flake8 version I'm running locally with python 3.8.1 causes some Imports are incorrectly sorted messages on which don't show up on python 3.7.9. We noticed them now because they seem to be specific to her new catboost changes from #247 . So when we tackle this issue, we'll probably need to put up a PR to fix those.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dsherry picture dsherry  路  3Comments

dsherry picture dsherry  路  4Comments

bchen1116 picture bchen1116  路  4Comments

dsherry picture dsherry  路  5Comments

SydneyAyx picture SydneyAyx  路  3Comments