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 python 3.13 support #1132

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

Commits on Nov 12, 2024

  1. Fix tests and mypy dependencies

    Signed-off-by: Jonathan GAYVALLET <[email protected]>
    Meallia committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0a34d52 View commit details
    Browse the repository at this point in the history
  2. add python 3.13 support

    the logging.Handler class changed in 3.13 and will now always
    try to acquire the lock in its `handle` method.
    
    Removed the optimization that created the handler without a lock
    when running python >= 3.13.
    
    Also configure the CI to run on Python 3.13.
    
    Signed-off-by: Jonathan GAYVALLET <[email protected]>
    Meallia committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f506593 View commit details
    Browse the repository at this point in the history