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

really drop python<=3.7 support #896

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

Commits on Oct 6, 2024

  1. really drop python<=3.7 support

    Filter all code over `pyupgracde --py38-plus`.
    
    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    kloczek committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    376325b View commit details
    Browse the repository at this point in the history
  2. filter all code over ruff

    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    kloczek committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    ed2483e View commit details
    Browse the repository at this point in the history
  3. apply ruff usafe fixes as well.

    Looks like pytest passes correcrly with
    `ruff check --fix --unsafe-fixes` as well.
    
    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    kloczek committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    88582dc View commit details
    Browse the repository at this point in the history