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

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

drop python<=3.7 support #220

wants to merge 2 commits into from

Commits on Oct 3, 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 <kloczek@github.com>
    kloczek committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8ac08d2 View commit details
    Browse the repository at this point in the history
  2. update requires-python to ">=3.8"

    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    kloczek committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5c2c86a View commit details
    Browse the repository at this point in the history