From 2e8d6d3fecaf7fb2c43f0e6ba1509922148fd5bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20M=C3=BChlbauer?= Date: Wed, 7 Aug 2024 15:43:03 +0200 Subject: [PATCH] MNT: minimize CI (#192) * MNT: minimize CI * add history.md entry --- .github/workflows/ci.yml | 6 +++--- docs/history.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8c6dcc9..aa5c782c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: diff --git a/docs/history.md b/docs/history.md index b2c64250..2af8d025 100644 --- a/docs/history.md +++ b/docs/history.md @@ -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).