Skip to content

Commit 171954c

Browse files
committed
Fix typo in changelog
1 parent 213434f commit 171954c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and will output source code compatible with the version of the interpreter it is
1010
This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12,
1111
the minified code may only run with Python 3.12.
1212

13-
## [3.1.0] - 2025-10-11
13+
## [3.1.0] - 2025-10-10
1414

1515
### Added
1616
- Python 3.14 support, including:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ and outputs source code compatible with the version of the interpreter it is run
110110
This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12,
111111
the minified code may only run with Python 3.12.
112112

113-
python-minifier runs with and can minify code written for Python 2.7 and Python 3.3 to 3.13.
113+
python-minifier runs with and can minify code written for Python 2.7 and Python 3.3 to 3.14.
114114

115115
## Usage
116116

0 commit comments

Comments
 (0)