From df1dae29646c34b7b7913a3797874193b5fb63a6 Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Mon, 21 Sep 2020 01:47:00 -0400 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0bd3e91..157dce4 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,11 @@ with open("README.md", "r") as fh: setup( name='EasyGA', - version='0.0.7', + version='0.0.8', description='A ubiquitous or general purpuse GA', py_modules=["EasyGA"], package_dir={'':'src'}, + python_requires='>=3.6', url="https://github.com/danielwilczak101/EasyGA", author="Daniel Wilczak", author_email="danielwilczak101@gmail.com",