diff options
author | Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com> | 2021-11-04 22:14:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 08:14:43 +1100 |
commit | fefd7fdc5145b677da7b0e1d75bab11eac9db605 (patch) | |
tree | e624f8f4ca57006f4ba9451b927b571663e1c180 /docs | |
parent | 6437045166cafab14f2fbe5fcae44f6b066adbc5 (diff) |
Refactor new-keyboard to be python3.7 compatible (#14707)
* Use copy_tree from distutils for python 3.7 support
* Bump python version in docs
* Changed new-keyboard to use printf-style format strings
* Use username for manunfacturer / maintainer
* Update lib/python/qmk/cli/new/keyboard.py
Co-authored-by: Zach White <skullydazed@drpepper.org>
Co-authored-by: Zach White <skullydazed@drpepper.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/coding_conventions_python.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/coding_conventions_python.md b/docs/coding_conventions_python.md index 47dff7f8ee..960b9cb49e 100644 --- a/docs/coding_conventions_python.md +++ b/docs/coding_conventions_python.md @@ -2,7 +2,7 @@ Most of our style follows PEP8 with some local modifications to make things less nit-picky. -* We target Python 3.6 for compatability with all supported platforms. +* We target Python 3.7 for compatability with all supported platforms. * We indent using four (4) spaces (soft tabs) * We encourage liberal use of comments * Think of them as a story describing the feature |