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

Support Python 3.12 #471

Merged
merged 2 commits into from
Oct 6, 2023
Merged

Support Python 3.12 #471

merged 2 commits into from
Oct 6, 2023

Commits on Oct 4, 2023

  1. Support Python 3.12

    jakirkham committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ce9197e View commit details
    Browse the repository at this point in the history
  2. Ensure entries.update(...) recieves a dict

    On Python 3.12, the existing code did not produce a `dict` that could be
    used to update `entries` whereas previous Python versions had. To
    workaround this issue, manually create a `dict` that can be used to
    update `entries` with a format consistent to what had been seen in
    Python versions before 3.12.
    jakirkham committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    49abafe View commit details
    Browse the repository at this point in the history