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

drop python<=3.7 support #1877

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

Commits on May 28, 2024

  1. drop python<=3.7 support

    According to https://endoflife.date/python python 3.7 has been
    EOSed 27 Jun 2023.
    Filter all code over `pyupgrade --py3.8-plus`.
    
    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c170fda View commit details
    Browse the repository at this point in the history
  2. manual updates to remove python 3.7 support.

    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1421162 View commit details
    Browse the repository at this point in the history
  3. remove python 3.7 from CIs

    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed May 28, 2024
    Configuration menu
    Copy the full SHA
    287b6cb View commit details
    Browse the repository at this point in the history