Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Python 2 support #1361

Merged
merged 2 commits into from
Feb 20, 2022
Merged

Remove Python 2 support #1361

merged 2 commits into from
Feb 20, 2022

Commits on Feb 17, 2022

  1. Remove python2 support

    Python 2 has been EOL for a while now anad is unsupported. macOS is
    removing it as well as of 12.3
    
    Trellis was compatible with both Python 2 or 3 but it took some extra
    work and complexity. This removes all workarounds for python2 and makes
    python3 a requirement.
    swalkinshaw committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    f931c89 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Require python3 in code

    swalkinshaw committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    f409fe3 View commit details
    Browse the repository at this point in the history