Skip to content

Commit

Permalink
Merge branch 'main' into util-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Jul 9, 2024
2 parents 8ce9fb9 + 70624a9 commit b46bb9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Release Notes
=============

v2024.04.0 (unreleased)
v2024.07.0 (unreleased)
---------------------------

Internal Changes
Expand All @@ -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)
Expand Down

0 comments on commit b46bb9f

Please sign in to comment.