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

Commits on Oct 30, 2024

  1. Add support for Python 3.13

    Signed-off-by: Salvatore Mesoraca <[email protected]>
    aiven-sal committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    753d10a View commit details
    Browse the repository at this point in the history
  2. Use libvalkey-py beta

    Signed-off-by: Salvatore Mesoraca <[email protected]>
    aiven-sal committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    dd1e34f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. set libvalkey beta in CI as well

    Signed-off-by: Mikhail Koviazin <[email protected]>
    mkmkme committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2dddf8b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Update SSL certificates to include key usage

    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]>
    mkmkme committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ad17549 View commit details
    Browse the repository at this point in the history