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.12 #2979

Merged
merged 34 commits into from
Jul 11, 2024
Merged

Python 3.12 #2979

merged 34 commits into from
Jul 11, 2024

Commits on Oct 5, 2023

  1. Python 3.12

    chayim committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    71c1478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a679c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. removed quote

    chayim committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    2a81f8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    296962c View commit details
    Browse the repository at this point in the history
  3. invoke upgrade

    chayim committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8fe9064 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

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

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    88bede2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be650f4 View commit details
    Browse the repository at this point in the history
  3. removing the |=

    chayim committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9a5b8e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jul 3, 2024

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

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    1a51cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2a71a9 View commit details
    Browse the repository at this point in the history
  3. Enable tracemalloc

    gerzse committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f55036d View commit details
    Browse the repository at this point in the history
  4. Better tracemalloc

    gerzse committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    404405a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1634946 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcd9670 View commit details
    Browse the repository at this point in the history
  7. Fix async tests

    gerzse committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    35efa8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    976ae66 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0920116 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. More test fixes

    Fix checking of module versions.
    
    Remove logger from a test, it's just noise in the output.
    
    Fix cluster address remap test.
    gerzse committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    dfa2a9c View commit details
    Browse the repository at this point in the history
  2. Enable test profiling

    gerzse committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    71d83b3 View commit details
    Browse the repository at this point in the history
  3. Fix upload of tests results

    gerzse committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    663e3de View commit details
    Browse the repository at this point in the history
  4. Fix upload of tests results

    gerzse committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3668b43 View commit details
    Browse the repository at this point in the history
  5. Fix upload of tests results

    gerzse committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0e62ac3 View commit details
    Browse the repository at this point in the history
  6. Fix upload of tests results

    gerzse committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6b5f241 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Remove CI test reporting

    The plugin does not work like this for forked repos.
    gerzse committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a595ff7 View commit details
    Browse the repository at this point in the history
  2. Speed up cluster slot initialization

    Speed up the computation for slots when initializing a cluster. After
    profiling, this turned out to be very slow, when it does not have to be.
    
    Do profiling a bit differently, via pytest.
    gerzse committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b9ae081 View commit details
    Browse the repository at this point in the history
  3. Fix CI

    gerzse committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8387597 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b1469d View commit details
    Browse the repository at this point in the history
  5. Make profiling optional

    gerzse committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9aeec4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    097938a View commit details
    Browse the repository at this point in the history
  7. Run uvloop tests in matrix

    gerzse committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f6ed3c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Speed up coverage with Python 3.12

    Unlock urllib version, to be able to use more recent pytest versions.
    gerzse committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bb73758 View commit details
    Browse the repository at this point in the history