You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beyond a couple of small changes to remove Python 2 from README and similar (something else?), the key idea of this change is to start supporting >= 3.6 only, and that will allow us to:
remove the virtualenv usage
clean up names with pyvenv string
Before doing this we need to have #424 in place so quality is assured.
It's time now.
The rest of the ecosystem already did, see for example the log at the end here where "get-pip" fails because Py2...
Also, we could support >=Py3.5 (which has 6 years already) and just use venv module for the virtualenv creation (which also gives us
pip
"for free").The text was updated successfully, but these errors were encountered: