File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 2.10.0] - 2024-09-15
8-
97:information_source : Note that python-minifier depends on the python interpreter for parsing source code,
108and will output source code compatible with the version of the interpreter it is run with.
119
1210This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12,
1311the minified code may only run with Python 3.12.
1412
13+ ## [ 2.11.0] - 2024-09-26
14+
15+ ### Added
16+ - Python 3.13 support, including:
17+ - PEP 696 Type parameter defaults
18+
19+ ## [ 2.10.0] - 2024-09-15
20+
1521### Added
1622- Python 3.12 support, including:
1723 - PEP 695 Type parameter syntax
You can’t perform that action at this time.
0 commit comments