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

Really do not use asyncio's timeout lib before 3.11.2 #2699

Merged
merged 1 commit into from
Apr 13, 2023

Commits on Apr 6, 2023

  1. Really do not use asyncio's timeout lib before 3.11.2

    4802530 made async-timeout required
    only on Python 3.11.2 and earlier. However, according to PEP-508,
    python_version marker is compared to first two numbers of Python version
    tuple - so it will evaluate to True also on 3.11.3, and install a
    package as a dependency.
    mirekdlugosz committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0d79070 View commit details
    Browse the repository at this point in the history