-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Python Versions | ||
|
||
## Current Support | ||
Klippy (Klipper's python component) supports python 2.7, and python 3.5 and later, | ||
however user-installed host modules (AKA extras) may require higher versions. | ||
|
||
The tools in `scripts/`, vary, but all work on 3.6+. | ||
|
||
## Future Support | ||
The project has no plans to sunset support for Python 2 at this time. | ||
New versions of Python 3 may not be compatible immediately after release. | ||
|
||
## Development Notes | ||
* `ConfigParser` and `Queue` are handled by top-scope tweaks in `utils.py`. | ||
* CI Tests run with 2.7 and 3.8 | ||
* Klippy's codebase only requires py 3.3, but dependances raise it to 3.5 | ||
|
||
## References | ||
* [Discourse topic on python versions](https://klipper.discourse.group/t/discuss-python-versions/20942) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters