Skip to content

Commit

Permalink
Fix Python version in README.rst (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasr22 authored Aug 15, 2024
1 parent c8531c2 commit deb2cf9
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 -m venv uvloop-dev
$ source uvloop-dev/bin/activate
3. Install development dependencies:
Expand Down

0 comments on commit deb2cf9

Please sign in to comment.