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

Python 3.13 compatibility #2791

Merged
merged 5 commits into from
Nov 20, 2024
Merged

Python 3.13 compatibility #2791

merged 5 commits into from
Nov 20, 2024

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    e00bc0d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Python 3.13 compatibility

    eventlet just merged a commit in their repository for Python 3.13
    support. Unfortunately they have not created a new release with this
    compatibility yet. Until then, we need to pin to a git commit and add
    "git" to our docker images.
    kruton committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b4a2047 View commit details
    Browse the repository at this point in the history
  2. Adding python 3.13 test

    dgtlmoon authored and kruton committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bf9f702 View commit details
    Browse the repository at this point in the history
  3. Update playwright to 1.48.0

    kruton committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8f995b5 View commit details
    Browse the repository at this point in the history
  4. Revert back to release for eventlet

    Eventlet released 0.38.0 with Python 3.13 compatibility, so we do not need
    to have git in our docker builds anymore.
    kruton committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    39d2236 View commit details
    Browse the repository at this point in the history