From 1222aa28d09e43c796c5c308115ec86b6d8ae1e4 Mon Sep 17 00:00:00 2001 From: Julian Hammer Date: Wed, 24 Jan 2018 09:11:21 +0100 Subject: [PATCH] FIX #9 adding python_requires to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1e64b27..06e9003 100755 --- a/setup.py +++ b/setup.py @@ -90,6 +90,7 @@ setup( 'pandas', 'kerncraft', ], + python_requires='>=3.5', # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax,