Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Make python3 the default language #37

@illwieckz

Description

@illwieckz

The shebang still relies on python (and does not use env), maybe it already works with python3 but I haven't tested.

Since Python2 is now deprecated we must:

  • check that it works with Python3
  • edit shebang to use /usr/bin/env python3 instead of /usr/bin/python

Since Python2 is now deprecated we can:

  • drop any Python2-ism if exist, we don't have to care about them anymore, and no one would have right to blame use for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions