Skip to content

Commit

Permalink
Fix Python version in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasr22 committed Mar 11, 2024
1 parent 6c770dc commit 83d8776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ To build uvloop, you'll need Python 3.8 or greater:

.. code::
$ python3.7 -m venv uvloop-dev
$ python3.8 -m venv uvloop-dev
$ source uvloop-dev/bin/activate
3. Install development dependencies:
Expand Down

0 comments on commit 83d8776

Please sign in to comment.