Skip to content

Commit

Permalink
Checked and confirmed to be compatible with python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luithw committed Oct 27, 2018
1 parent 627768f commit 6cda0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand All @@ -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'
],
Expand Down

0 comments on commit 6cda0bd

Please sign in to comment.