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 7123b36..21ee2d5 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 @@ -17,7 +17,7 @@ Testing * Add basic testing infrastructure by `Katelyn FitzGerald`_ and `Julia Kent`_ in (:pr:`233`) * Add tests for `viz.taylor` by `Julia Kent`_ in (:pr:`234`) * Add tests for `viz.util` by `Julia Kent`_ in (:pr:`239`) - +* 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)