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 #273

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

drop python<=3.7 support #273

wants to merge 3 commits into from

Commits on May 15, 2024

  1. drop python<=3.7 support

    According to https://endoflife.date/python 3.7 has been EOSed
    27 Jun 2023.
    Fileter all code over 'pyupgrade --py38-plus`.
    
    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9b22afb View commit details
    Browse the repository at this point in the history
  2. manual updates of the setup.py to drop python<=3.7 support

    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bb8f239 View commit details
    Browse the repository at this point in the history
  3. drop unused imports

    Filter all code using `ruff`.
    
    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed May 15, 2024
    Configuration menu
    Copy the full SHA
    012396b View commit details
    Browse the repository at this point in the history