From f342dc309758a7f1197f2797b8965653f538b68a Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Sat, 28 Oct 2023 08:00:27 -0700 Subject: [PATCH] Add macOS testing for 3.11/3.12 --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0ffd9c6..6f146631 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,10 @@ jobs: python: "3.12" - os: macos python: "3.10" + - os: macos + python: "3.11" + - os: macos + python: "3.12" - os: windows python: "3.10"