Skip to content

Commit

Permalink
Merge pull request #59 from hroncok/patch-1
Browse files Browse the repository at this point in the history
Allow websockets 10 with Python 3.10 support
  • Loading branch information
yunstanford authored Oct 25, 2021
2 parents e76ddeb + 89c5723 commit 4450939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'pytest>=5.2',
'httpx>=0.15.4',
'async_generator>=1.10',
'websockets>=9.1,<10.0',
'websockets>=9.1,<11.0',
]

tests_require = []
Expand Down

0 comments on commit 4450939

Please sign in to comment.