From 7c4ed4ce4c1686029c40c7f8438255d833ea0df4 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 9 Apr 2020 21:32:03 +0200 Subject: [PATCH] Need 3.5 or more --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f8d6c6..df0c47d 100644 --- a/setup.py +++ b/setup.py @@ -22,5 +22,5 @@ setup( "Programming Language :: Python :: 3", "Operating System :: OS Independent", ], - python_requires='>=3.6', + python_requires='>=3.5', )