Skip to content

Commit 38810c5

Browse files
author
Jeff Whitaker
committed
build 1.6.5
1 parent c48586c commit 38810c5

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
#python-version: [ "3.11"]
2828
#os: [ubuntu-latest]
2929
#platform: [x64]
30-
#python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
31-
python-version: [ "3.12" ]
30+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
31+
#python-version: [ "3.12" ]
3232
os: [ubuntu-latest]
3333
platform: [x64, x32]
3434
include:
@@ -53,8 +53,7 @@ jobs:
5353
PKG_NAME: netcdf4-python
5454
#MB_ML_VER: _2_28
5555
MB_ML_VER: 2014
56-
#BUILD_COMMIT: v1.6.3rel
57-
BUILD_COMMIT: v1.6.4rel
56+
BUILD_COMMIT: v1.6.5rel
5857
UNICODE_WIDTH: 32
5958
MB_PYTHON_VERSION: ${{ matrix.python-version }}
6059
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

.github/workflows/build-wheels-macosx.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
#python-version: [ "3.9", "3.10", "3.11", "3.12" ]
28-
python-version: [ "3.12" ]
27+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
2928
os: [macos-latest]
3029
platform: [x86_64]
3130
env:
3231
REPO_DIR: netcdf4-python
3332
PKG_NAME: netcdf4-python
3433
MB_ML_VER: 2014
35-
BUILD_COMMIT: v1.6.4rel
34+
BUILD_COMMIT: v1.6.5rel
3635
UNICODE_WIDTH: 32
3736
PLAT: arm64
3837
MB_PYTHON_VERSION: ${{ matrix.python-version }}

.github/workflows/build-wheels-macosx2.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
#python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
28-
python-version: [ "3.12" ]
27+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
2928
os: [macos-latest]
3029
platform: [x86_64]
3130
env:
3231
REPO_DIR: netcdf4-python
3332
PKG_NAME: netcdf4-python
3433
MB_ML_VER: 2014
35-
BUILD_COMMIT: v1.6.4rel
34+
BUILD_COMMIT: v1.6.5rel
3635
UNICODE_WIDTH: 32
3736
PLAT: x86_64
3837
MB_PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)