Skip to content

Commit 09878af

Browse files
committed
Fix Python support in installation instructions
1 parent 1766638 commit 09878af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ and outputs source code compatible with the version of the interpreter it is run
1313
This means that if you minify code written for Python 3.6 using python-minifier running with Python 3.12,
1414
the minified code may only run with Python 3.12.
1515

16-
python-minifier runs with and can minify code written for Python 2.7 and Python 3.3 to 3.12.
16+
python-minifier runs with and can minify code written for Python 2.7 and Python 3.3 to 3.13.

0 commit comments

Comments
 (0)