Skip to content

Commit 9435d7f

Browse files
committed
macOS/Windows: force Pillow 10
1 parent f9df496 commit 9435d7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: Install and package
197197
run: |
198198
# git is already installed
199-
brew install pygobject3 gtk+3 python@3.11 gtksourceview4 adwaita-icon-theme sdl cmake libjpeg
199+
brew install pygobject3 gtk+3 python@3.11 gtksourceview4 adwaita-icon-theme sdl cmake
200200
PATH=/usr/local/opt/python@3.11/bin:/usr/local/bin:$PATH
201201
202202

requirements-mac-windows.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ strictyaml==1.7.3
55
jsonschema==4.19.1
66
packaging
77
importlib_metadata>=4.6; python_version < "3.10"
8+
Pillow~=10.0.0 # issues with macOS and Pillow 10.1.0 (jpeg import)

0 commit comments

Comments
 (0)