Skip to content

Commit 4d88020

Browse files
committed
update
1 parent e728a7f commit 4d88020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
fail-fast: false
2626
matrix:
27-
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
27+
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
2828
os: [ubuntu-latest, macos-latest]
2929
platform: [x64, x32]
3030
MB_ML_VER: [1,2010,2014]
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
REPO_DIR: netcdf4-python
5353
PKG_NAME: netcdf4-python
54-
BUILD_COMMIT: v1.5.7rel
54+
BUILD_COMMIT: v1.5.8rel
5555
UNICODE_WIDTH: 32
5656
MB_PYTHON_VERSION: ${{ matrix.python-version }}
5757
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)