Skip to content

Commit 2477ae6

Browse files
authored
Set minimum Python version to 3.7 in README.md (#174)
The latest version of ``trio-websocket`` just bumped the minimum version of Python to ``3.7``, but the README.md still shows an outdated version.
1 parent acd526b commit 2477ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ same port is straightforward. There has yet to be a performance comparison.
2727

2828
## Installation
2929

30-
This library requires Python 3.6 or greater. To install from PyPI:
30+
This library requires Python 3.7 or greater. To install from PyPI:
3131

3232
pip install trio-websocket
3333

0 commit comments

Comments
 (0)