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

Adds type hinting; drops python 3.8 #169

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

Adds type hinting; drops python 3.8 #169

wants to merge 2 commits into from

Commits on Oct 11, 2024

  1. Drops support for python 3.8

    Python 3.8 is end of life as of 2024-10-07. Supporting it would add some
    challenges to typehinting this library.
    mfulgo committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    049a5eb View commit details
    Browse the repository at this point in the history
  2. Adds type hinting

    Attempts to add type hints as much as possible, without breaking
    usage. However, some methods may deserve refactoring if the intended
    behavior differed from what mypy found. (e.g. Returning None when a
    boolean was desired)
    mfulgo committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6914946 View commit details
    Browse the repository at this point in the history