From bf3ab7cb187755f4ce565925b70aba774f54fcae Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 3 Sep 2026 12:52:30 +0200 Subject: [PATCH] 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. --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1e00d7da..a59da26a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -363,8 +363,8 @@ jobs: make ninja pkg-config - python3 - python-imaging + python312 + python312-imaging - name: Build using Make if: matrix.arch == 'x86' run: | # Cygwin doesn't support `make develop` sanitizers ASan or UBSan, so we don't use it.