summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2024-10-30 15:46:12 +0100
committerGitHub <noreply@github.com>2024-10-30 09:46:12 -0500
commit70895c194e5e300e8130a6353a8af395f8177786 (patch)
treed09d8e4f8e3de2628dde362e7987611723335f90 /README.rst
parent87c48e73cba75651ac54ad3d57f778ce49745875 (diff)
Dropped support for Python 3.8 (#1701)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index fd581566..a3c665e8 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ To run locally, you can either:
Install and run locally from a virtual environment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#. Create a `Python Python 3.8 or 3.12 virtualenv and activate it <https://docs.python.org/3/library/venv.html>`_
+#. Create a `Python Python 3.12 virtualenv and activate it <https://docs.python.org/3/library/venv.html>`_
#. Install dependencies::