Skip to content

Commit 597e338

Browse files
committed
update
1 parent 93d22e5 commit 597e338

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
os: [ubuntu-latest]
3232
platform: [x64, x32]
3333
include:
34-
- python-version: "3.6"
35-
os: ubuntu-latest
36-
platform: aarch64
3734
- python-version: "3.7"
3835
os: ubuntu-latest
3936
platform: aarch64
@@ -46,6 +43,9 @@ jobs:
4643
- python-version: "3.10"
4744
os: ubuntu-latest
4845
platform: aarch64
46+
- python-version: "3.11"
47+
os: ubuntu-latest
48+
platform: aarch64
4949

5050
env:
5151
REPO_DIR: netcdf4-python

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "NP_DEP=$(echo numpy==1.17.3)" >> $GITHUB_ENV;
6666
elif [ "$MB_PYTHON_VERSION" == '3.7' ]; then
6767
echo "NP_DEP=$(echo numpy==1.17.3)" >> $GITHUB_ENV;
68-
else [ "$MB_PYTHON_VERSION" == '3.8' ]; then
68+
else
6969
echo "NP_DEP=$(echo oldest-supported-numpy)" >> $GITHUB_ENV;
7070
fi
7171

0 commit comments

Comments
 (0)