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

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

Commits on Mar 9, 2024

  1. from python<=3.7 support

    According to https://endoflife.date/python python 3.7 support
    has been EOSed 27 Jun 2023.
    Pass all code over `pyupgrade --py38`.
    
    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    kloczek committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    6330837 View commit details
    Browse the repository at this point in the history
  2. update list of supported python versions

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