Skip to content

Commit

Permalink
Merge pull request #240 from kafitzgerald/ci_update
Browse files Browse the repository at this point in the history
Remove duplicative macOS runner from CI and add back in Python 3.10
  • Loading branch information
jukent committed Jul 8, 2024
2 parents 60fab07 + 3d61eb7 commit 70624a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
3 changes: 2 additions & 1 deletion 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 @@ -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)
Expand Down

0 comments on commit 70624a9

Please sign in to comment.