Skip to content

Commit e81acb8

Browse files
authored
Drop experimental Python 3.13 free-threaded wheels (#9535)
2 parents 82ac16d + c03ba8b commit e81acb8

File tree

3 files changed

+61
-3
lines changed

3 files changed

+61
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ concurrency:
3939
cancel-in-progress: true
4040

4141
env:
42-
EXPECTED_DISTS: 75
42+
EXPECTED_DISTS: 66
4343
FORCE_COLOR: 1
4444

4545
jobs:
@@ -127,7 +127,7 @@ jobs:
127127
CIBW_PLATFORM: ${{ matrix.platform }}
128128
CIBW_ARCHS: ${{ matrix.cibw_arch }}
129129
CIBW_BUILD: ${{ matrix.build }}
130-
CIBW_ENABLE: cpython-prerelease cpython-freethreading pypy
130+
CIBW_ENABLE: cpython-prerelease pypy
131131
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
132132

133133
- uses: actions/upload-artifact@v7
@@ -198,7 +198,7 @@ jobs:
198198
CIBW_ARCHS: ${{ matrix.cibw_arch }}
199199
CIBW_BEFORE_ALL: "{package}\\winbuild\\build\\build_dep_all.cmd"
200200
CIBW_CACHE_PATH: "C:\\cibw"
201-
CIBW_ENABLE: cpython-prerelease cpython-freethreading pypy
201+
CIBW_ENABLE: cpython-prerelease pypy
202202
CIBW_TEST_SKIP: "*-win_arm64"
203203
CIBW_TEST_COMMAND: 'docker run --rm
204204
-v {project}:C:\pillow

docs/releasenotes/12.3.0.rst

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
12.3.0
2+
------
3+
4+
Security
5+
========
6+
7+
TODO
8+
^^^^
9+
10+
TODO
11+
12+
:cve:`YYYY-XXXXX`: TODO
13+
^^^^^^^^^^^^^^^^^^^^^^^
14+
15+
TODO
16+
17+
Backwards incompatible changes
18+
==============================
19+
20+
TODO
21+
^^^^
22+
23+
TODO
24+
25+
Deprecations
26+
============
27+
28+
TODO
29+
^^^^
30+
31+
TODO
32+
33+
API changes
34+
===========
35+
36+
TODO
37+
^^^^
38+
39+
TODO
40+
41+
API additions
42+
=============
43+
44+
TODO
45+
^^^^
46+
47+
TODO
48+
49+
Other changes
50+
=============
51+
52+
Removed Python 3.13 free-threaded wheels
53+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54+
55+
Python 3.13 added an experimental free-threaded mode, and Pillow 11.0.0 added
56+
corresponding wheels. Now that Python 3.14 includes official support for it, Pillow has
57+
removed wheels for Python 3.13 free-threaded mode.

docs/releasenotes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ expected to be backported to earlier versions.
1515
:maxdepth: 2
1616

1717
versioning
18+
12.3.0
1819
12.2.0
1920
12.1.1
2021
12.1.0

0 commit comments

Comments
 (0)