Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Really do not use asyncio's timeout lib before 3.11.2 (#2699)
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.
- Loading branch information