Skip to content

Commit a7416db

Browse files
authored
Merge pull request #1433 from Unidata/v1.7.3rel
prepare for 1.7.3 release
2 parents bbd99d8 + 5898f29 commit a7416db

6 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/build_latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Python (${{ matrix.python-version }})
66
runs-on: ubuntu-latest
77
env:
8-
PNETCDF_VERSION: 1.14.0
8+
PNETCDF_VERSION: 1.14.1
99
NETCDF_VERSION: 4.9.3
1010
NETCDF_DIR: ${{ github.workspace }}/..
1111
NETCDF_EXTRA_CONFIG: --enable-pnetcdf
@@ -14,7 +14,7 @@ jobs:
1414
#NO_NET: 1
1515
strategy:
1616
matrix:
17-
python-version: ["3.13", "3.14-dev"]
17+
python-version: ["3.14"]
1818
steps:
1919

2020
- uses: actions/checkout@v5

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
#NO_NET: 1
1212
strategy:
1313
matrix:
14-
python-version: ["3.13"]
14+
python-version: ["3.14"]
1515
steps:
1616

1717
- uses: actions/checkout@v5

.github/workflows/build_old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
#NO_NET: 1
1515
strategy:
1616
matrix:
17-
python-version: ["3.13"]
17+
python-version: ["3.14"]
1818
steps:
1919

2020
- uses: actions/checkout@v5

.github/workflows/miniconda.yml

Lines changed: 1 addition & 1 deletion
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.10", "3.11", "3.12", "3.13" ]
15+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
1616
os: [windows-latest, ubuntu-latest, macos-latest]
1717
platform: [x64, x32]
1818
exclude:

Changelog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
since version 1.7.2 release
2-
===========================
1+
version 1.7.3 (tag v1.7.3rel)
2+
=============================
3+
* Python 3.14 wheels (issue #1432)
34
* support os.PathLike arguments for `Dataset.fromcdl` and raise a `FileNotFoundError`
45
if the cdl is missing and a `FileExistsError` if the nc file already exists (PR #1387)
56
* raise more informative error when trying to iterate or

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
## News
1111
For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog).
1212

13+
10/13/2025: Version [1.7.3](https://pypi.python.org/pypi/netCDF4/1.7.3) released. Minor updates/bugfixes and python 3.14 wheels, see Changelog for details.
14+
1315
10/22/2024: Version [1.7.2](https://pypi.python.org/pypi/netCDF4/1.7.2) released. Minor updates/bugfixes and python 3.13 wheels, see Changelog for details.
1416

1517
06/17/2024: Version [1.7.1](https://pypi.python.org/pypi/netCDF4/1.7.1) released. Fixes for wheels, no code changes.

0 commit comments

Comments
 (0)