Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 354 Bytes

File metadata and controls

5 lines (4 loc) · 354 Bytes

ℹ️ Note that python-minifier depends on the python interpreter for parsing source code, and will output source code compatible with the version of the interpreter it is run with.

This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12, the minified code may only run with Python 3.12.