Increase minimum supported Python version to 3.5

This commit is contained in:
Darko Poljak 2020-06-10 16:59:18 +02:00
commit eec7ab8e45
3 changed files with 3 additions and 3 deletions

View file

@ -95,7 +95,7 @@ cdist is the frontend executable to the cdist configuration management.
It supports different subcommands as explained below.
It is written in Python so it requires :strong:`python`\ (1) to be installed.
It requires a minimal Python version 3.2.
It requires a minimal Python version 3.5.
GENERAL
-------