Skip to content

Commit 80d0ed4

Browse files
authored
Merge pull request #7590 from radarhere/windows
Update Windows wheels info
2 parents 77a96a0 + 364e627 commit 80d0ed4

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

RELEASING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Released as needed privately to individual vendors for critical security-related
9494

9595
## Source and Binary Distributions
9696

97-
### macOS and Linux
9897
* [ ] Download sdist and wheels from the [GitHub Actions "Wheels" workflow](https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml)
9998
and copy into `dist/`. For example using [GitHub CLI](https://github.com/cli/cli):
10099
```bash
@@ -104,14 +103,6 @@ Released as needed privately to individual vendors for critical security-related
104103
* [ ] Download the Linux aarch64 wheels created by Travis CI from [GitHub releases](https://github.com/python-pillow/Pillow/releases)
105104
and copy into `dist`.
106105

107-
### Windows
108-
* [ ] Download the artifacts from the [GitHub Actions "Test Windows" workflow](https://github.com/python-pillow/Pillow/actions/workflows/test-windows.yml)
109-
and copy into `dist/`. For example using [GitHub CLI](https://github.com/cli/cli):
110-
```bash
111-
gh run download --dir dist
112-
# select dist-x.y.z
113-
```
114-
115106
## Publicize Release
116107

117108
* [ ] Announce release availability via [Twitter](https://twitter.com/pythonpillow) and [Mastodon](https://fosstodon.org/@pillow) e.g. https://twitter.com/PythonPillow/status/1013789184354603010

docs/installation.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ and :pypi:`olefile` for Pillow to read FPX and MIC images::
9595

9696
.. tab:: Windows
9797

98-
.. warning:: Pillow > 9.5.0 no longer includes 32-bit wheels.
99-
100-
We provide Pillow binaries for Windows compiled for the matrix of
101-
supported Pythons in 64-bit versions in the wheel format. These binaries include
102-
support for all optional libraries except libimagequant and libxcb. Raqm support
98+
We provide Pillow binaries for Windows compiled for the matrix of supported
99+
Pythons in the wheel format. These include x86, x86-64 and arm64 versions
100+
(with the exception of Python 3.8 on arm64). These binaries include support
101+
for all optional libraries except libimagequant and libxcb. Raqm support
103102
requires FriBiDi to be installed separately::
104103

105104
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)