From 0fc0fb31b69066023cb8f62d56f96592405736b1 Mon Sep 17 00:00:00 2001
From: vtexier <vit@free.fr>
Date: Wed, 7 Aug 2019 11:31:33 +0200
Subject: [PATCH] [enh] #101 add minimum Python version in doc

---
 docs/index.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/index.rst b/docs/index.rst
index f6d8b69a..f31799ac 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,6 +13,11 @@ Duniterpy helps to handle the following problem :
 * Request nodes in a non-blocking way
 * Handle duniter signing keys
 
+Requirements
+------------
+
+Duniterpy requires Python 3.5.x minimum.
+
 Installation
 ------------
 
-- 
GitLab