Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Nov 3, 2022
1 parent 93d22e5 commit 597e338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
os: [ubuntu-latest]
platform: [x64, x32]
include:
- python-version: "3.6"
os: ubuntu-latest
platform: aarch64
- python-version: "3.7"
os: ubuntu-latest
platform: aarch64
Expand All @@ -46,6 +43,9 @@ jobs:
- python-version: "3.10"
os: ubuntu-latest
platform: aarch64
- python-version: "3.11"
os: ubuntu-latest
platform: aarch64

env:
REPO_DIR: netcdf4-python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-macosx2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "NP_DEP=$(echo numpy==1.17.3)" >> $GITHUB_ENV;
elif [ "$MB_PYTHON_VERSION" == '3.7' ]; then
echo "NP_DEP=$(echo numpy==1.17.3)" >> $GITHUB_ENV;
else [ "$MB_PYTHON_VERSION" == '3.8' ]; then
else
echo "NP_DEP=$(echo oldest-supported-numpy)" >> $GITHUB_ENV;
fi
Expand Down

0 comments on commit 597e338

Please sign in to comment.