-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with python 3.7? #7
Comments
Personally I use the walrus operator However, supporting 3.7 would be a great idea, as PyTorch itself supports 3.6, 3.7, 3.8. So I'll be working on it when I've got time. |
Is there anything besides the walrus operator that makes it incompatible with 3.7? |
There is a |
|
Oh, I didn't know that. Thanks! |
This would be great - colab also runs on Python 3.7 and I could imagine that many people would like to use koila there |
I agree. As who use colab / kaggle notebooks, it's sad that I can't use Koila cuz they use Python 3.7 :( Making it compatible with 3.7 would potentially have more people use your package. I just posted the issue that pip can't find Koila on colab / kaggle, but is it because of the version incompatibility? |
I'm wondering what makes it incompatible with python 3.7 because that is the python version I am using and I can't upgrade to 3.8
The text was updated successfully, but these errors were encountered: