99 push :
1010 branches : [master]
1111
12-
13-
1412jobs :
1513 multi-os-python-numpy :
1614 runs-on : ${{ matrix.os }}
@@ -20,27 +18,27 @@ jobs:
2018 matrix :
2119 os : ["ubuntu-latest", "windows-latest"]
2220 # "macos-latest",
23- python-version : ['3.7 ', '3.8 ', '3.9 ', '3.10 ']
24- numpy-version : ['1.18.5', '1. 19.5', '1.20.3', '1.21.6', '1.22.4', '1.23.0 ']
21+ python-version : ['3.8 ', '3.9 ', '3.10 ', '3.11 ']
22+ numpy-version : ['1.19.5', '1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.1 ']
2523 exclude :
26- - python-version : ' 3.7'
27- numpy-version : ' 1.22.4'
28- - python-version : ' 3.7'
29- numpy-version : ' 1.23.0'
30- - python-version : ' 3.10'
31- numpy-version : ' 1.18.5'
3224 - python-version : ' 3.10'
3325 numpy-version : ' 1.19.5'
3426 - python-version : ' 3.10'
3527 numpy-version : ' 1.20.3'
28+ - python-version : ' 3.11'
29+ numpy-version : ' 1.19.5'
30+ - python-version : ' 3.11'
31+ numpy-version : ' 1.20.3'
32+ - python-version : ' 3.11'
33+ numpy-version : ' 1.21.6'
3634 steps :
3735 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v2
36+ uses : actions/setup-python@v4
3937 with :
4038 python-version : ${{ matrix.python-version }}
4139
4240 - name : Checkout repository
43- uses : actions/checkout@v2
41+ uses : actions/checkout@v3
4442
4543 - name : Install numpy ${{ matrix.numpy-version }}
4644 run : |
0 commit comments