Skip to content
Snippets Groups Projects
Unverified Commit dc507be8 authored by Christophe Monniez's avatar Christophe Monniez
Browse files

[IMP] setup: require a python version >= 3.5

parent ee753bfc
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,7 @@ setup(
'xlsxwriter',
'xlwt',
],
python_requires='>=3.5',
extras_require={
'SSL': ['pyopenssl'],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment