Skip to content

Commit 4c2a619

Browse files
committed
It is needed to install async_timeout even for 3.11
MagicStack/asyncpg#1177
1 parent 0b5ffce commit 4c2a619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
install_requires = [
77
"asyncpg>=0.27.0",
88
"opentelemetry-api>=1.19",
9-
"async_timeout>=3.0,<5.0; python_version<'3.11'"
9+
"async_timeout>=3.0,<5.0; python_version<'3.12'"
1010
]
1111

1212

0 commit comments

Comments
 (0)