From 6cda0bd058c6dbfeddc9d9f1463048d0715b885b Mon Sep 17 00:00:00 2001 From: Tim Lui Date: Sun, 28 Oct 2018 00:21:39 +0800 Subject: [PATCH] Checked and confirmed to be compatible with python 3.5 --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80ca729..3b5d1c6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ HKU Diabetes Data Analytics =========================== `hku_diabetes` is a data analytics module tailored made for analysing diabetes clinical data collected at Queen Mary Hospital of the Hong Kong University. -`hku_diabetes` is compatible with: __Python 3.6-3.7__. +`hku_diabetes` is compatible with: __Python 3.5-3.7__. ## Installation If you don't have Python installed already, you could download __Python 3.7__ directly [here](https://www.python.org/downloads/release/python-370/). diff --git a/setup.py b/setup.py index 1270109..e47c3ea 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ Read the documentation at: -hku_diabetes supports python 3.6-3.7 +hku_diabetes supports python 3.5-3.7 and is distributed under the MIT license. """ @@ -35,7 +35,7 @@ 'Development Status :: 3 - Alpha', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.5', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules' ],