From 0a4473d9549a04bccc4533b58271586082a72581 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Wed, 31 Dec 2025 01:34:12 +0000 Subject: [PATCH] ci: Test python 3.9 on macOS instead of 3.8 as min version PyObjC needs at least 3.9 now. --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 11ac649..c818a8d 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -43,7 +43,7 @@ jobs: - os: macos-latest python-version: 3.14 - os: macos-latest - python-version: 3.8 + python-version: 3.9 - os: windows-latest python-version: 3.14 - os: windows-latest