Skip to content

Commit

Permalink
MNT: minimize CI (#192)
Browse files Browse the repository at this point in the history
* MNT: minimize CI
* add history.md entry
  • Loading branch information
kmuehlbauer authored Aug 7, 2024
1 parent bf03ab8 commit 2e8d6d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.12"]
numpy-version: ["1", "2"]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -89,8 +89,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
numpy-version: ["1", "2"]
python-version: ["3.12"]
numpy-version: ["2"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## Development Version

* MNT: minimize CI ({pull}`192`) by [@kmuehlbauer](https://github.com/kmuehlbauer).

## 0.6.0 (2024-08-05)

* ADD: DataMet reader ({pull}`175`) by [@wolfidan](https://github.com/wolfidan).
Expand Down

0 comments on commit 2e8d6d3

Please sign in to comment.