Skip to content

Commit 1855986

Browse files
committed
Test Ubuntu 26.04
1 parent 087376d commit 1855986

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/test-docker.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
# Run slower jobs first to give them a headstart and reduce waiting time
4242
ubuntu-24.04-noble-ppc64le,
4343
ubuntu-24.04-noble-s390x,
44+
ubuntu-26.04-plucky-ppc64le,
45+
ubuntu-26.04-plucky-s390x,
4446
# Then run the remainder
4547
alpine,
4648
amazon-2023-amd64,
@@ -53,6 +55,7 @@ jobs:
5355
gentoo,
5456
ubuntu-22.04-jammy-amd64,
5557
ubuntu-24.04-noble-amd64,
58+
ubuntu-26.04-plucky-amd64,
5659
]
5760
dockerTag: [main]
5861
include:
@@ -63,6 +66,13 @@ jobs:
6366
- docker: "ubuntu-24.04-noble-arm64v8"
6467
os: "ubuntu-24.04-arm"
6568
dockerTag: main
69+
- docker: "ubuntu-26.04-plucky-ppc64le"
70+
qemu-arch: "ppc64le"
71+
- docker: "ubuntu-26.04-plucky-s390x"
72+
qemu-arch: "s390x"
73+
- docker: "ubuntu-26.04-plucky-arm64v8"
74+
os: "ubuntu-24.04-arm"
75+
dockerTag: main
6676

6777
name: ${{ matrix.docker }}
6878

docs/installation/building-from-source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Many of Pillow's features require external libraries:
116116

117117
.. Note:: ``redhat-rpm-config`` is required on Fedora 23, but not earlier versions.
118118

119-
Prerequisites for **Ubuntu 16.04 LTS - 24.04 LTS** are installed with::
119+
Prerequisites for **Ubuntu 16.04 LTS - 26.04 LTS** are installed with::
120120

121121
sudo apt-get install libtiff5-dev libjpeg8-dev libopenjp2-7-dev zlib1g-dev \
122122
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \

docs/installation/platform-support.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ These platforms are built and tested for every change.
4646
| | 3.12 | arm64v8, ppc64le, |
4747
| | | s390x |
4848
+----------------------------------+----------------------------+---------------------+
49+
| Ubuntu Linux 26.04 LTS (Plucky) | 3.13 | x86-64, arm64v8, |
50+
| | | ppc64le, s390x |
51+
+----------------------------------+----------------------------+---------------------+
4952
| Windows Server 2022 | 3.10 | x86 |
5053
+----------------------------------+----------------------------+---------------------+
5154
| Windows Server 2025 | 3.11, 3.12, 3.13, 3.14, | x86-64 |

0 commit comments

Comments
 (0)