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 Python 3.13 #116

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Add support for Python 3.13 #116

wants to merge 4 commits into from

Conversation

aiven-sal
Copy link
Member

Description of change

Add support for Python 3.13

Signed-off-by: Salvatore Mesoraca <[email protected]>
@aiven-sal aiven-sal added the maintenance dependabot PR's label Oct 30, 2024
@aiven-sal aiven-sal marked this pull request as draft October 30, 2024 09:04
mkmkme
mkmkme previously approved these changes Oct 30, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.17%. Comparing base (fbf4a31) to head (ad17549).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #116   +/-   ##
=======================================
  Coverage   75.17%   75.17%           
=======================================
  Files         132      132           
  Lines       34480    34480           
=======================================
  Hits        25922    25922           
  Misses       8558     8558           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Salvatore Mesoraca <[email protected]>
Signed-off-by: Mikhail Koviazin <[email protected]>
In Python 3.13, `ssl.create_default_context()` added
`VERIFY_X509_STRICT` to the flags by default which caused the tests to
fail due to missing key usage. This commit adds it to the certificate
configuration and replaces the certificates with reconfigured ones.

Signed-off-by: Mikhail Koviazin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance dependabot PR's
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants