Skip to content

Commit c4c2701

Browse files
committed
v1.0.0 (try-2) [publish]
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 55c25a1 commit c4c2701

File tree

6 files changed

+24
-23
lines changed

6 files changed

+24
-23
lines changed

.github/workflows/test-wheels-pi_heif.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
fail-fast: false
117117
matrix:
118-
python-version: ["pypy-3.9", "pypy-3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
118+
python-version: ["pypy-3.10", "pypy-3.11", "3.9", "3.10", "3.11", "3.12", "3.13"]
119119
env:
120120
PH_LIGHT_ACTION: 1
121121

@@ -148,7 +148,7 @@ jobs:
148148
strategy:
149149
fail-fast: false
150150
matrix:
151-
python-version: ["pypy-3.9", "pypy-3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
151+
python-version: ["pypy-3.10", "pypy-3.11", "3.9", "3.10", "3.11", "3.12", "3.13"]
152152

153153
steps:
154154
- name: Delay, waiting Pypi to update.
@@ -181,7 +181,7 @@ jobs:
181181
strategy:
182182
fail-fast: false
183183
matrix:
184-
python-version: ["pypy-3.9", "pypy-3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
184+
python-version: ["pypy-3.10", "pypy-3.11", "3.9", "3.10", "3.11", "3.12", "3.13"]
185185

186186
steps:
187187
- name: Delay, waiting Pypi to update.
@@ -212,7 +212,7 @@ jobs:
212212
runs-on: macos-13
213213
strategy:
214214
matrix:
215-
python-version: ["pypy-3.9", "3.9"]
215+
python-version: ["pypy-3.10", "3.10"]
216216

217217
steps:
218218
- name: Delay, waiting Pypi to update.

.github/workflows/test-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: windows-2019
119119
strategy:
120120
matrix:
121-
python-version: ["pypy-3.9", "pypy-3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
121+
python-version: ["pypy-3.10", "pypy-3.11", "3.9", "3.10", "3.11", "3.12", "3.13"]
122122
env:
123123
PH_FULL_ACTION: 1
124124

@@ -148,7 +148,7 @@ jobs:
148148
runs-on: macos-13
149149
strategy:
150150
matrix:
151-
python-version: ["pypy-3.9", "pypy-3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
151+
python-version: ["pypy-3.10", "pypy-3.11", "3.9", "3.10", "3.11", "3.12", "3.13"]
152152

153153
steps:
154154
- name: Delay, waiting Pypi to update.
@@ -179,7 +179,7 @@ jobs:
179179
runs-on: ubuntu-20.04
180180
strategy:
181181
matrix:
182-
python-version: ["pypy-3.9", "pypy-3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
182+
python-version: ["pypy-3.10", "pypy-3.11", "3.9", "3.10", "3.11", "3.12", "3.13"]
183183

184184
steps:
185185
- name: Delay, waiting Pypi to update.

.github/workflows/wheels-pi_heif.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Run cibuildwheel
2929
run: |
30-
python3 -m pip install cibuildwheel==2.21.3
30+
python3 -m pip install cibuildwheel==2.23.2
3131
python3 -m cibuildwheel
3232
env:
3333
CIBW_ARCHS: "arm64"
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Run cibuildwheel
8989
run: |
90-
python3 -m pip install cibuildwheel==2.21.3
90+
python3 -m pip install cibuildwheel==2.23.2
9191
python3 -m cibuildwheel
9292
env:
9393
CIBW_ARCHS: "AMD64"
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Run cibuildwheel
121121
run: |
122-
python3 -m pip install cibuildwheel==2.21.3
122+
python3 -m pip install cibuildwheel==2.23.2
123123
python3 -m cibuildwheel
124124
env:
125125
CIBW_ARCHS: "x86_64"
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Run cibuildwheel
165165
run: |
166-
python3 -m pip install cibuildwheel==2.21.3
166+
python3 -m pip install cibuildwheel==2.23.2
167167
python3 -m cibuildwheel
168168
env:
169169
CIBW_BUILD: ${{ format('cp3*-{0}_x86_64', matrix.cibw_buildlinux) }}
@@ -211,7 +211,7 @@ jobs:
211211

212212
- name: Run cibuildwheel
213213
run: |
214-
python3 -m pip install cibuildwheel==2.21.3
214+
python3 -m pip install cibuildwheel==2.23.2
215215
python3 -m cibuildwheel
216216
env:
217217
CIBW_BUILD: ${{ format('cp3*-{0}_aarch64', matrix.cibw_buildlinux) }}
@@ -254,7 +254,7 @@ jobs:
254254
- name: Run cibuildwheel
255255
run: |
256256
python3 -m pip install "twine>=6.1.0" "packaging>=24.2"
257-
python3 -m pip install cibuildwheel==2.21.3
257+
python3 -m pip install cibuildwheel==2.23.2
258258
python3 -m cibuildwheel
259259
env:
260260
CIBW_BUILD: ${{ format('pp3*-{0}_x86_64', matrix.cibw_buildlinux) }}
@@ -295,7 +295,7 @@ jobs:
295295
296296
- name: Run cibuildwheel
297297
run: |
298-
python3 -m pip install cibuildwheel==2.21.3
298+
python3 -m pip install cibuildwheel==2.23.2
299299
python3 -m cibuildwheel
300300
env:
301301
CIBW_BUILD: ${{ format('pp3*-{0}_aarch64', matrix.cibw_buildlinux) }}

.github/workflows/wheels-pillow_heif.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: Run cibuildwheel
2323
run: |
24-
python3 -m pip install cibuildwheel==2.21.3
24+
python3 -m pip install cibuildwheel==2.23.2
2525
python3 -m cibuildwheel
2626
env:
2727
CIBW_ARCHS: "arm64"
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Run cibuildwheel
8080
run: |
81-
python3 -m pip install cibuildwheel==2.21.3
81+
python3 -m pip install cibuildwheel==2.23.2
8282
python3 -m cibuildwheel
8383
env:
8484
CIBW_ARCHS: "AMD64"
@@ -105,7 +105,7 @@ jobs:
105105
- uses: actions/checkout@v4
106106
- name: Run cibuildwheel
107107
run: |
108-
python3 -m pip install cibuildwheel==2.21.3
108+
python3 -m pip install cibuildwheel==2.23.2
109109
python3 -m cibuildwheel
110110
env:
111111
CIBW_ARCHS: "x86_64"
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Run cibuildwheel
152152
run: |
153-
python3 -m pip install cibuildwheel==2.21.3
153+
python3 -m pip install cibuildwheel==2.23.2
154154
python3 -m cibuildwheel
155155
env:
156156
CIBW_BUILD: ${{ format('cp3*-{0}_x86_64', matrix.cibw_buildlinux) }}
@@ -199,7 +199,7 @@ jobs:
199199

200200
- name: Run cibuildwheel
201201
run: |
202-
python3 -m pip install cibuildwheel==2.21.3
202+
python3 -m pip install cibuildwheel==2.23.2
203203
python3 -m cibuildwheel
204204
env:
205205
CIBW_BUILD: ${{ format('cp3*-{0}_aarch64', matrix.cibw_buildlinux) }}
@@ -236,7 +236,7 @@ jobs:
236236
- uses: actions/checkout@v4
237237
- name: Run cibuildwheel
238238
run: |
239-
python3 -m pip install cibuildwheel==2.21.3
239+
python3 -m pip install cibuildwheel==2.23.2
240240
python3 -m cibuildwheel
241241
env:
242242
CIBW_BUILD: ${{ format('pp3*-{0}_x86_64', matrix.cibw_buildlinux) }}
@@ -274,7 +274,7 @@ jobs:
274274
- uses: actions/checkout@v4
275275
- name: Run cibuildwheel
276276
run: |
277-
python3 -m pip install cibuildwheel==2.21.3
277+
python3 -m pip install cibuildwheel==2.23.2
278278
python3 -m cibuildwheel
279279
env:
280280
CIBW_BUILD: ${{ format('pp3*-{0}_aarch64', matrix.cibw_buildlinux) }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111
- `AVIF` support was dropped, as the new upcoming Pillow has native `AVIF` support. #345
1212
- `libheif` was updated from the `1.19.7` to `1.19.8` version. #349
1313
- `libde265` was updated from the `1.0.15` to `1.0.16` version.
14+
- Removed deprecated PyPy 3.9 wheels & added PyPy 3.11 wheels.
1415

1516
## [0.22.0 - 2025-03-15]
1617

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ requires = [
77
[tool.cibuildwheel]
88
build-verbosity = "2"
99
build = [
10-
"cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*",
10+
"cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*",
1111
]
1212
skip = [
13-
"cp36-* cp37-* cp38-* pp37-* pp38-*",
13+
"cp36-* cp37-* cp38-* pp37-* pp38-* pp39-*",
1414
]
1515
test-extras = "tests-min"
1616
test-command = "pytest {project}"

0 commit comments

Comments
 (0)