Skip to content

Commit 17d00ac

Browse files
author
Jeff Whitaker
authored
Merge pull request Unidata#1376 from Unidata/v1.7.2rel
prepare for v1.7.2 release
2 parents 14012a5 + f738ad7 commit 17d00ac

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
#NO_NET: 1
1414
strategy:
1515
matrix:
16-
python-version: ["3.11"]
16+
python-version: ["3.12"]
1717
steps:
1818

1919
- uses: actions/checkout@v4

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
#NO_NET: 1
1111
strategy:
1212
matrix:
13-
python-version: ["3.11"]
13+
python-version: ["3.12"]
1414
steps:
1515

1616
- uses: actions/checkout@v4

.github/workflows/build_old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
#NO_NET: 1
1414
strategy:
1515
matrix:
16-
python-version: ["3.11"]
16+
python-version: ["3.12"]
1717
steps:
1818

1919
- uses: actions/checkout@v4

.github/workflows/miniconda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# NO_NET: 1
1313
strategy:
1414
matrix:
15-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
15+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
1616
os: [windows-latest, ubuntu-latest, macos-latest]
1717
platform: [x64, x32]
1818
exclude:
@@ -35,7 +35,7 @@ jobs:
3535
init-shell: bash
3636
create-args: >-
3737
python=${{ matrix.python-version }}
38-
numpy cython pip pytest hdf5 libnetcdf cftime zlib certifi typing-extensions
38+
numpy cython pip setuptools pytest hdf5 libnetcdf cftime zlib certifi typing-extensions
3939
--channel conda-forge
4040
4141
- name: Install netcdf4-python
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ${{ matrix.os }}
5252
strategy:
5353
matrix:
54-
python-version: [ "3.11" ]
54+
python-version: [ "3.12" ]
5555
os: [ubuntu-latest]
5656
platform: [x64]
5757
defaults:

Changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version 1.7.2 (not yet released)
2-
===============================
3-
* add static type hints (PR #1302)
1+
version 1.7.2 (tag v1.7.2rel)
2+
=============================
3+
* add static type hints (PRs #1302, #1349)
44
* Expose nc_rc_set, nc_rc_get (via rc_set, rc_get module functions). (PR #1348)
55
* Add Variable.get_fill_value and allow `fill_value='default'` to
66
set `_FillValue` using default fill values. (issue #1374, PR #1375).

0 commit comments

Comments
 (0)