-
-
Notifications
You must be signed in to change notification settings - Fork 650
Closed
Description
Python 3 is now 10 years old, certainly mature enough to be the first choice for new projects. In the case of Hack switching seems rather easy:
- call
python3instead ofpythonin the scripts; - use
pip3instead ofpip; - drop the
from future ...imports in the python scripts.
This could really be sufficient.
chrissimpkinsanthrotype, Calinou, chrissimpkins and nsemrau