Skip to content

Commit b04fdaa

Browse files
committed
CI: use newer pillow in tests
1 parent d68df03 commit b04fdaa

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,42 +22,41 @@ jobs:
2222
python-version: ["3.11", "3.12", "3.13", "3.14"]
2323
sphinx: [""] # Newest Sphinx
2424
myst-parser: [""] # Newest MyST Parser (any)
25-
pillow: ["==11.0.0"]
2625
include:
2726
# Just check the other platforms once
2827
- os: windows-latest
2928
python-version: "3.13"
3029
sphinx: "~=8.0"
3130
myst-parser: "~=4.0"
32-
pillow: "==11.0.0"
31+
pillow: "==12.0.0"
3332
- os: macos-latest
3433
python-version: "3.13"
3534
sphinx: "~=8.0"
3635
myst-parser: "~=4.0"
37-
pillow: "==11.0.0"
36+
pillow: "==12.0.0"
3837
- os: ubuntu-latest
3938
python-version: "3.13"
4039
sphinx: "~=8.0"
4140
myst-parser: "~=4.0"
42-
pillow: "==11.0.0"
41+
pillow: "==12.0.0"
4342
# Oldest known-compatible dependencies
4443
- os: ubuntu-latest
4544
python-version: "3.10"
4645
sphinx: "==5.0.0"
4746
myst-parser: "==1.0.0"
48-
pillow: "==11.0.0"
47+
pillow: "==12.0.0"
4948
# Mid-range dependencies
5049
- os: ubuntu-latest
5150
python-version: "3.11"
5251
sphinx: "==7.0.0"
5352
myst-parser: "==3.0.0"
54-
pillow: "==11.0.0"
53+
pillow: "==12.0.0"
5554
# Newest known-compatible dependencies
5655
- os: ubuntu-latest
5756
python-version: "3.14"
5857
sphinx: "~=9.0"
5958
myst-parser: "~=5.0"
60-
pillow: "==11.0.0"
59+
pillow: "==12.0.0"
6160

6261
runs-on: ${{ matrix.os }}
6362

0 commit comments

Comments
 (0)