Skip to content

Commit

Permalink
[IMP] setup: require a python version >= 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Oct 3, 2017
1 parent ee753bf commit dc507be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def py2exe_options():
'xlsxwriter',
'xlwt',
],
python_requires='>=3.5',
extras_require={
'SSL': ['pyopenssl'],
},
Expand Down

0 comments on commit dc507be

Please sign in to comment.