Should the minimum python version be bumped to 3.9? #79
Danyal-Faheem
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, I'm an avid user of TVM and would love to keep using it.
I recently saw that there is an issue and an open PR in tutor to bump the minimum python version to 3.9 as 3.8 has reached end of life.
I believe tvm will create a virtualenv with the same python version that tvm is installed in. Feel free to correct me if I'm wrong here.
If that's the case, if someone has tvm installed in a python 3.8 environment then tvm will try to create a virtualenv with python 3.8 and tutor will not install in that, neither will any of its plugins. If this is the case, should we bump the minimum version to 3.9? I'd be happy to open a PR if you guys would like.
Beta Was this translation helpful? Give feedback.
All reactions