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<=37 support #1270

Closed
wants to merge 4 commits into from
Closed

drop python<=37 support #1270

wants to merge 4 commits into from

Commits on Mar 17, 2024

  1. drop python<=37 support

    Python 3.7 has been EOSed at 27 Jun 2023 (https://endoflife.date/python)
    Filter all code over `pyupgrade --py38'.
    
    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    kloczek committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d6f2d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958e9e9 View commit details
    Browse the repository at this point in the history
  3. manually update pyproject.toml about python>=3.8 support

    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    kloczek committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e4d5d83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91a4ae2 View commit details
    Browse the repository at this point in the history