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 31
31
os : [ubuntu-latest]
32
32
platform : [x64, x32]
33
33
include :
34
- - python-version : " 3.6"
35
- os : ubuntu-latest
36
- platform : aarch64
37
34
- python-version : " 3.7"
38
35
os : ubuntu-latest
39
36
platform : aarch64
46
43
- python-version : " 3.10"
47
44
os : ubuntu-latest
48
45
platform : aarch64
46
+ - python-version : " 3.11"
47
+ os : ubuntu-latest
48
+ platform : aarch64
49
49
50
50
env :
51
51
REPO_DIR : netcdf4-python
Original file line number Diff line number Diff line change 65
65
echo "NP_DEP=$(echo numpy==1.17.3)" >> $GITHUB_ENV;
66
66
elif [ "$MB_PYTHON_VERSION" == '3.7' ]; then
67
67
echo "NP_DEP=$(echo numpy==1.17.3)" >> $GITHUB_ENV;
68
- else [ "$MB_PYTHON_VERSION" == '3.8' ]; then
68
+ else
69
69
echo "NP_DEP=$(echo oldest-supported-numpy)" >> $GITHUB_ENV;
70
70
fi
71
71
You can’t perform that action at this time.
0 commit comments