Explicitly specify the Python version to be installed

Turns out `python3-imaging` only redirects to Python 3.**6**'s version,
not the latest like the metapackage does.
This commit is contained in:
ISSOtm
2026-09-03 13:39:24 +02:00
committed by Eldred Habert
parent 8988cdde46
commit bf3ab7cb18
+2 -2
View File
@@ -363,8 +363,8 @@ jobs:
make make
ninja ninja
pkg-config pkg-config
python3 python312
python-imaging python312-imaging
- name: Build using Make - name: Build using Make
if: matrix.arch == 'x86' if: matrix.arch == 'x86'
run: | # Cygwin doesn't support `make develop` sanitizers ASan or UBSan, so we don't use it. run: | # Cygwin doesn't support `make develop` sanitizers ASan or UBSan, so we don't use it.