From f719f78a8dc94127d7b1febde68abffb09309908 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:04:48 -0600 Subject: [PATCH 1/2] CI OS and Python update Remove duplicative macOS runner from CI and add back in Python 3.10. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8ed96d..ae31f9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ "ubuntu-latest", "macos-latest", "macos-14", "windows-latest"] - python-version: [ "3.9", "3.11", "3.12" ] + os: [ "ubuntu-latest", "macos-latest", "windows-latest"] + python-version: [ "3.9", "3.10", "3.11", "3.12" ] steps: - name: checkout uses: actions/checkout@v4 From 3d61eb7a7d3c1da2d33f2b80464f8fa3d074dce3 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:10:21 -0600 Subject: [PATCH 2/2] Update release-notes.rst --- docs/release-notes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index a57ce02..3c6aa12 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -5,7 +5,7 @@ Release Notes ============= -v2024.04.0 (unreleased) +v2024.07.0 (unreleased) --------------------------- Internal Changes @@ -15,6 +15,7 @@ Internal Changes Testing ^^^^^^^ * Add basic testing infrastructure by `Katelyn FitzGerald`_ and `Julia Kent`_ in (:pr:`233`) +* Remove now duplicative macOS runner from CI and add back in Python 3.10 by `Katelyn FitzGerald`_ in (:pr:`240`) v2024.03.0 (March 26, 2024)