diff --git a/coding_standards.txt b/coding_standards.txt index 0e075ad..5af3621 100644 --- a/coding_standards.txt +++ b/coding_standards.txt @@ -1,6 +1,6 @@ # Coding Standards -- Compatible with Python 3.6 +- Compatible with Python 3.6+ - Only use pure python and the standard library - If submitting code; "no tests" == "no code" - Maintain a semblance of PEP 8