HBehrens / puncover

Analyses C/C++ build output for code size, static variables, and stack usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

be explicit about python3 requirement

HBehrens opened this issue · comments

#28 changes the code to rely on Python 3. This should be made explicit in places such as

  • readme
  • shebang in runner.py
  • possibly setup.py
  • possibly a .python-version file

All tasks above are now resolved 🎉 (readme has a badge indicating supported python versions, based on the PyPI supported version API, which is based on the version classifiers in setup.py from the package itself), closing!