Skip to content

Commit 8d9162b

Browse files
committed
add Changelog entry, remove python 3.7 from CI
1 parent e3a8958 commit 8d9162b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/build-conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1414
os: [ubuntu-latest, windows-latest, macos-latest]
1515
platform: [x64, x32]
1616
# debug on a single os/platform/python version

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1414
os: [windows-latest, macos-latest]
1515
platform: [x64, x32]
1616
# debug on a single os/platform/python version

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
PROJ_LIB: /usr/share/proj
1010
strategy:
1111
matrix:
12-
#python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
13-
python-version: ["3.9"]
12+
#python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.12"]
1414
steps:
1515

1616
- uses: actions/checkout@v4

Changelog

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version 2.1.6 (not yet released)
44
* expose 'redtoreg' function for interpolating reduced to full gaussian
55
gridded fields, optimize function for 50x speedup.
66
* Fix for issue #235 (`latlons` doesn't work when only a single latitude in grid).
7+
* Fix for issue #241 (forecast time units in inventory wrong for 15 minute HRRR data).
78

89
version 2.1.5 release
910
=====================

0 commit comments

Comments
 (0)