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

Add support for Py 3.13 #221

Merged
merged 2 commits into from
Aug 3, 2024
Merged

Add support for Py 3.13 #221

merged 2 commits into from
Aug 3, 2024

Commits on Aug 3, 2024

  1. Add support for Py 3.13

    - Support Py 3.13
    - Remove deprecated `raw_escape`
    - Remove casting which incurs a performance cost for little gain.
      Once that cannot easily be resolved, just ignore the mypy error.
    - Update formatted strings to f-string (where possible)
    facelessuser committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    64fa316 View commit details
    Browse the repository at this point in the history
  2. Remove some dead code

    facelessuser committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3474017 View commit details
    Browse the repository at this point in the history