Skip to content

Switch to Python 3 #397

Closed
Closed
@paride

Description

@paride

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 python3 instead of python in the scripts;
  • use pip3 instead of pip;
  • drop the from future ... imports in the python scripts.

This could really be sufficient.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions