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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 2.10.0] - 2024-09-15
8
-
9
7
:information_source : Note that python-minifier depends on the python interpreter for parsing source code,
10
8
and will output source code compatible with the version of the interpreter it is run with.
11
9
12
10
This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12,
13
11
the minified code may only run with Python 3.12.
14
12
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
+
15
21
### Added
16
22
- Python 3.12 support, including:
17
23
- PEP 695 Type parameter syntax
You can’t perform that action at this time.
0 commit comments