We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d22e5 commit 597e338Copy full SHA for 597e338
.github/workflows/build-wheels-linux.yml
@@ -31,9 +31,6 @@ jobs:
31
os: [ubuntu-latest]
32
platform: [x64, x32]
33
include:
34
- - python-version: "3.6"
35
- os: ubuntu-latest
36
- platform: aarch64
37
- python-version: "3.7"
38
os: ubuntu-latest
39
platform: aarch64
@@ -46,6 +43,9 @@ jobs:
46
43
- python-version: "3.10"
47
44
48
45
+ - python-version: "3.11"
+ os: ubuntu-latest
+ platform: aarch64
49
50
env:
51
REPO_DIR: netcdf4-python
.github/workflows/build-wheels-macosx2.yml
@@ -65,7 +65,7 @@ jobs:
65
echo "NP_DEP=$(echo numpy==1.17.3)" >> $GITHUB_ENV;
66
elif [ "$MB_PYTHON_VERSION" == '3.7' ]; then
67
68
- else [ "$MB_PYTHON_VERSION" == '3.8' ]; then
+ else
69
echo "NP_DEP=$(echo oldest-supported-numpy)" >> $GITHUB_ENV;
70
fi
71
0 commit comments