From 2021b15437f468078d93f18ecbdf0efcbf7a48a8 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Sat, 13 Jun 2020 13:56:20 +0200 Subject: [PATCH] Increase minimal supported Python version to 3.5 Next cdist release will support Python >= 3.5. --- src/cdist-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdist-install.rst b/src/cdist-install.rst index 35775883..f6f91bf9 100644 --- a/src/cdist-install.rst +++ b/src/cdist-install.rst @@ -10,7 +10,7 @@ Source Host This is the machine from which you will configure target hosts. * /bin/sh: A posix like shell (for instance bash, dash, zsh) - * Python >= 3.2 + * Python >= 3.5 * SSH client * sphinx (for building html docs and/or the man pages)