wtfpython
wtfpython copied to clipboard
Add nox with supported Python versions to test snippets
Behavior of many code snippets depends on python version. It is advised to add and configure nox and run code through all officially supported python version to validate the gotcha
.
It'd be perfect to add this step to CONTIRBUTING
guide and as pre-commit
/CI step