File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments