cornell-zhang / heterocl

HeteroCL: A Multi-Paradigm Programming Infrastructure for Software-Defined Heterogeneous Computing
https://cornell-zhang.github.io/heterocl/
Apache License 2.0
326 stars 92 forks source link

[API] Remove support for Python 2 #143

Closed seanlatias closed 4 years ago

seanlatias commented 4 years ago

Starting from 2020, Python 2 is no longer supported by the community. Thus, we also remove the tests for Python 2 for HeteroCL.

comaniac commented 4 years ago

Are you going to pump it from 2.7 directly to 3.7 instead of 3.6? Since 3.6 is still the most widely adopted default version in Linux OS, 3.6 compatible is valuable.

seanlatias commented 4 years ago

I see. I'll go for 3.6 then. Thanks for the advice.