Skip to content

Commit 55a5a10

Browse files
committed
build: Added dependency on backports.asyncio.runner for Python 3.10 and older.
1 parent 140ac5a commit 55a5a10

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/+6fe51a75.downstream.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added runtime dependency on `backports.asyncio.runner <https://pypi.org/project/backports.asyncio.runner/>`__ for use with Python 3.10 and older

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dynamic = [
3737
]
3838

3939
dependencies = [
40+
"backports-asyncio-runner>=1.1,<2; python_version<'3.11'",
4041
"pytest>=8.2,<9",
4142
"typing-extensions>=4.12; python_version<'3.10'",
4243
]

0 commit comments

Comments
 (0)