diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 831ee41..18b06ab 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 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)