From fa3c21ad96bd475417ce9f90f413803df643c865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20C=C3=A9spedes=20Sisniega?= Date: Thu, 11 Jan 2024 17:28:45 +0100 Subject: [PATCH] Remove Python 3.8 from installation.md --- docs/source/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index 215f65d..b566bfb 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -1,6 +1,6 @@ # Installation -`frouros` currently supports Python 3.8, 3.9, 3.10 and 3.11. +`frouros` currently supports Python 3.9, 3.10 and 3.11. ```{tip} We highly recommend to use a [virtual environment](https://docs.python.org/3.11/tutorial/venv.html).