Python 2 support
henryiii opened this issue · 2 comments
henryiii commented
I hate asking this, but if I can get it working, I'd like to use this for several large repositories, like pybind11, that won't be dropping Python 2 for a while. Plus PyTest 4.x supports Python 2, and GitHub Actions supports it as well. If there could be at least one Python2 compatible release, then you could use python_requires to make sure this doesn't (incorrectly) install on Python 2 on future Python 3 only releases (if you want to do that), that would be great!