Skip to content

Commit a48a1ed

Browse files
authored
drop python3.13t wheels
1 parent 434ecd9 commit a48a1ed

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/branchbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ Changelog
44
^^^^^^^^^^^^^^^^^^^^^
55
Fixed
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
^^^^^^^^^^^^^^^^^^^^^
108111
Changed
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

0 commit comments

Comments
 (0)