tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

add check for python version to be > 3.6.5 #201

Closed johng42 closed 5 years ago

johng42 commented 5 years ago

setuptools apparently does not enforce this when installing. Also, python_requires requires pip to be >9.0 and we don't have a check for that version. add a check to ensure python is the minimal required version. Leaving python_requires for now.

pep8speaks commented 5 years ago

Hello @johng42! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2019-03-07 19:56:50 UTC