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

Closed
wants to merge 3 commits into from
Closed

drop python<=3.7 support #1421

wants to merge 3 commits into from

Commits on Jul 2, 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 `pyupgracde --py38-plus`.
    
    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0cb6118 View commit details
    Browse the repository at this point in the history
  2. update module metadata to support python>=3.8 only.

    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1a2864b View commit details
    Browse the repository at this point in the history
  3. filter all code over ruff to drop unused imports

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