File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 python -m PyInstaller.utils.run_tests --include_only rapidfuzz.
183183
184184 - name : test cx_freeze packaging
185- if : matrix.python-version != '3.13' && matrix.python-version != '3.13t' && matrix.python-version != '3. 14' && matrix.python-version != '3.14t'
185+ if : matrix.python-version != '3.13' && matrix.python-version != '3.14' && matrix.python-version != '3.14t'
186186 working-directory : tests/freezeTools
187187 run : |
188188 pip install cx_freeze
Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ Changelog
44^^^^^^^^^^^^^^^^^^^^^
55Fixed
66~~~~~
7- * dropped support for Python 3.10
87* fix some divergences in the pure Python fallback
98
9+ Removed
10+ ~~~~~~~
11+ * dropped support for Python 3.10
12+ * dropped wheels for experimental Python 3.13 free threadedd
1013
1114[3.14.5] - 2026-04-07
1215^^^^^^^^^^^^^^^^^^^^^
@@ -106,7 +109,7 @@ Fixed
106109[3.12.0] - 2025-01-16
107110^^^^^^^^^^^^^^^^^^^^^
108111Changed
109- ~~~~~~~~~~~
112+ ~~~~~~~
110113* generate code for fallback imports to be better parseable for tools bundling Python
111114 applications into a single binary (examples are cx-freeze and pyinstaller)
112115
You can’t perform that action at this time.
0 commit comments