Skip to content

Commit 8d7fd03

Browse files
committed
DNM
1 parent fef6e1f commit 8d7fd03

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ jobs:
8585
run: |
8686
python -m pip install --upgrade pip
8787
pip install auditwheel build jinja2 pytest
88+
if [ "${{ matrix.python-version }}" = 3.13t ]; then
89+
# newer versions drop 3.13t wheels
90+
pip install pillow==12.2.0
91+
fi
8892
- name: Install OpenSlide (system)
8993
if: matrix.openslide == 'system'
9094
run: |
@@ -178,6 +182,10 @@ jobs:
178182
run: |
179183
python -m pip install --upgrade pip
180184
pip install build flask pytest
185+
if [ "${{ matrix.python-version }}" = 3.13t ]; then
186+
# newer versions drop 3.13t wheels
187+
pip install pillow==12.2.0
188+
fi
181189
- name: Install OpenSlide (zip)
182190
if: matrix.openslide == 'zip'
183191
env:

0 commit comments

Comments
 (0)