Skip to content

Commit 8272ed5

Browse files
authored
Merge pull request #1 from alvyC/python_version_check
Add check for python version. Currently supported version is >=3.7
2 parents a6599dd + c4328ae commit 8272ed5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def run(self):
2525
description='Memory compression profiling tool.',
2626
author='Pallavi G, Ravindran Binuraj',
2727
28+
29+
python_requires='>=3.7',
2830
# Fixing the bokeh version as newer versions like 3.0 shrink the plots
2931
install_requires=['pandas', 'bokeh==2.4.3', 'shapely', 'matplotlib','pytest', 'xlsxwriter',\
3032
'numpy', 'colorcet', 'scipy', 'jsonschema'],

0 commit comments

Comments
 (0)