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 supported python versions #428

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

update supported python versions #428

wants to merge 4 commits into from

Commits on Oct 8, 2024

  1. Run tests with Python 3.9 in CI

    In preparation for dropping support for Python 3.8.
    dlax committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a73af9f View commit details
    Browse the repository at this point in the history
  2. Fix read of "profiles" resource for Python 3.9

    The previous 'if' check was wrong, per tests run in CI.
    dlax committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d767856 View commit details
    Browse the repository at this point in the history
  3. Drop support for Python 3.8

    Python 3.8 has reached its end-of-life: https://peps.python.org/pep-0569/
    dlax committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a7e8fca View commit details
    Browse the repository at this point in the history
  4. Adjust tests for Python 3.13

    And use this version in CI.
    Also adjust the sample output of --help in README.
    dlax committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e540bd8 View commit details
    Browse the repository at this point in the history