Skip to content

Commit c1a125f

Browse files
committed
try this again
1 parent b47a97e commit c1a125f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"requests>=2.16.0,<3.0.0",
9191
# remove typing_extensions after python_requires>=3.8, see web3._utils.compat
9292
"typing-extensions>=3.7.4.1,<4;python_version<'3.8'",
93-
"websockets>=9.1,<11",
93+
"websockets>=9.1,<10;python_version<'3.8'",
94+
"websockets>=10.0,<11;python_version>'3.7'",
9495
],
9596
python_requires='>=3.6,<4',
9697
extras_require=extras_require,

0 commit comments

Comments
 (0)