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

Update Python Versions #124

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 13, 2023

  1. Update Python versions in Makefile

    Python 2.7, 3.4, 3.5, and 3.6 are end-of-life. And Pythons 3.10, 3.11
    have been release. Python 3.12 is in alpha.
    
    See https://devguide.python.org/versions/
    
    Note that Python 3.10/11/12 are on the next to latest version. The
    absolute latest versions have not been added to pyenv yet, and it
    probably doesn't matter.
    Jeremiah-England committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    948a130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2ea1bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce8f0d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    0a1a9ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0381496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    612d09b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acb7046 View commit details
    Browse the repository at this point in the history