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

Conversation

Meallia
Copy link

@Meallia Meallia commented Oct 30, 2024

The logging.Handler class changed in 3.13 and will now always try to acquire the lock in its handle method. (cf python/cpython#109462)

Removed the optimization that created the handler without a lock.

Also configure the CI to run on Python 3.13.

Signed-off-by: Jonathan GAYVALLET <[email protected]>
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant