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

Test with Python 3.13 #610

Merged
merged 5 commits into from
Sep 2, 2024
Merged

Commits on Aug 19, 2024

  1. Test with Python 3.13

    edgarrmondragon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e6761f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    0019ff9 View commit details
    Browse the repository at this point in the history
  2. Add cleanup_socket param on create_unix_server()

    This is derived from python/cpython#111483 but available on
    all Python versions with uvloop, only that it's only enabled
    by default for Python 3.13 and above to be consistent with
    CPython behavior.
    fantix committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d6114d2 View commit details
    Browse the repository at this point in the history
  3. Enable CI in debug mode

    fantix committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    840f329 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Fix CI to include [dev]

    fantix committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3c1e058 View commit details
    Browse the repository at this point in the history