From 83d877645c6818dbaacdd9d43786ffb97c156ad6 Mon Sep 17 00:00:00 2001 From: Niklas Rousset Date: Mon, 11 Mar 2024 20:11:19 +0100 Subject: [PATCH 1/2] Fix Python version in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fe6c000d..47ea947f 100644 --- a/README.rst +++ b/README.rst @@ -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: From b5e9313307de075d95032feae7973e1c2f2be0a0 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Thu, 15 Aug 2024 11:52:00 -0500 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 47ea947f..c279822e 100644 --- a/README.rst +++ b/README.rst @@ -109,7 +109,7 @@ To build uvloop, you'll need Python 3.8 or greater: .. code:: - $ python3.8 -m venv uvloop-dev + $ python3 -m venv uvloop-dev $ source uvloop-dev/bin/activate 3. Install development dependencies: