Skip to content

Commit 4a1eea8

Browse files
committed
Add Python 3.14 beta wheels
1 parent a76dca9 commit 4a1eea8

File tree

3 files changed

+58
-1
lines changed

3 files changed

+58
-1
lines changed

docs/releasenotes/11.3.0.rst

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
11.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+
Deprecations
24+
============
25+
26+
TODO
27+
^^^^
28+
29+
TODO
30+
31+
API changes
32+
===========
33+
34+
TODO
35+
^^^^
36+
37+
TODO
38+
39+
API additions
40+
=============
41+
42+
TODO
43+
^^^^
44+
45+
TODO
46+
47+
Other changes
48+
=============
49+
50+
Python 3.14 beta
51+
^^^^^^^^^^^^^^^^
52+
53+
To help other projects prepare for Python 3.14, wheels are now built for the
54+
3.14 beta as a preview. This is not official support for Python 3.14, but rather
55+
an opportunity for you to test how Pillow works with the beta and report any
56+
problems.

docs/releasenotes/index.rst

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

17+
11.3.0
1718
11.2.1
1819
11.1.0
1920
11.0.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires =
33
tox>=4.2
44
env_list =
55
lint
6-
py{py3, 313, 312, 311, 310, 39}
6+
py{py3, 314, 313, 312, 311, 310, 39}
77

88
[testenv]
99
deps =

0 commit comments

Comments
 (0)