Skip to content
Next Next commit
build: Added dependency on backports.asyncio.runner for Python 3.10 a…
…nd older.
  • Loading branch information
seifertm committed Jun 24, 2025
commit 6b5c87a1b4749c9d23f033864b94f05a08fc53e9
1 change: 1 addition & 0 deletions changelog.d/+6fe51a75.downstream.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added runtime dependency on `backports.asyncio.runner <https://pypi.org/project/backports.asyncio.runner/>`__ for use with Python 3.10 and older
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dynamic = [
]

dependencies = [
"backports-asyncio-runner>=1.1,<2; python_version<'3.11'",
"pytest>=8.2,<9",
"typing-extensions>=4.12; python_version<'3.10'",
]
Expand Down