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

Version 3.1.0 #244

Merged
merged 6 commits into from
Sep 22, 2024
Merged

Version 3.1.0 #244

merged 6 commits into from
Sep 22, 2024

Commits on Sep 21, 2024

  1. deps: update

    pavdmyt committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4533934 View commit details
    Browse the repository at this point in the history
  2. typing: fix functools.partial call

    Since mypy v1.11, uses of functools.partial are checked. Implementing
    protocol, since I didnt find other way to handle a generic `sig_handler`
    reference to callables of type `SignalHandlers`.
    pavdmyt committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    210f37a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2333a43 View commit details
    Browse the repository at this point in the history
  4. deps: downgrade pytest version

    Versions >=8.2 are failing under pypy with `KeyError: <WorkerController gw2>`.
    Probably something about these changes, didnt dig deep yet:
      https://docs.pytest.org/en/stable/changelog.html\#breaking-changes
    pavdmyt committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    336b472 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    5d2fe0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaae593 View commit details
    Browse the repository at this point in the history