From 33c587a065a9466b6276c122500633a13531a1ed Mon Sep 17 00:00:00 2001 From: Patrick Ogenstad Date: Tue, 7 Nov 2023 20:34:51 +0100 Subject: [PATCH] Change to Python 3.8 (#877) As per pyproject.toml Python 3.8 is the lowest version supported today, so removing the mention of 3.7. --- README.md | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b209e8bc..eb030f4b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ What Nornir brings to the table is that it takes care of dealing with your inven Install ======= -Please note that Nornir requires Python 3.7 or higher. Install Nornir with pip. +Please note that Nornir requires Python 3.8 or higher. Install Nornir with pip. ``` pip install nornir diff --git a/docs/index.rst b/docs/index.rst index 700ebf06..961a10b7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,7 @@ as the Flask of automation. Nornir will take care of dealing with the inventory have your host information, it will take care of dispatching the tasks to your devices and will provide a common framework to write "plugins". -Nornir requires Python 3.7 or higher to be installed. +Nornir requires Python 3.8 or higher to be installed. How the documentation is structured ===================================