Commit e12261f 1 parent 52d4ac7 commit e12261f Copy full SHA for e12261f
File tree 2 files changed +21
-31
lines changed
2 files changed +21
-31
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : [self-hosted, python, cuda]
14
14
strategy :
15
15
matrix :
16
- python-version : [3.9 ]
17
- numpy-version : [1.22 ]
16
+ python-version : [3.11 ]
17
+ numpy-version : [1.25 ]
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
with : {fetch-depth: 0, submodules: recursive}
@@ -53,10 +53,10 @@ jobs:
53
53
strategy :
54
54
matrix :
55
55
include :
56
- - python-version : 3.8
57
- numpy-version : 1.21
58
- - python-version : ' 3.10 '
59
- numpy-version : 1.24
56
+ - python-version : ' 3.10 ' # min supported
57
+ numpy-version : 1.23
58
+ - python-version : 3.12 # max supported
59
+ numpy-version : 1.26
60
60
steps :
61
61
- uses : actions/checkout@v4
62
62
with : {fetch-depth: 0, submodules: recursive}
75
75
runs-on : ubuntu-latest
76
76
strategy :
77
77
matrix :
78
- python-version : [3.9]
79
- numpy-version : [1.22 ]
78
+ python-version : [3.11] # penultimate supported
79
+ numpy-version : [1.25 ]
80
80
steps :
81
81
- uses : actions/checkout@v4
82
82
with : {fetch-depth: 0, submodules: recursive}
Original file line number Diff line number Diff line change 1
1
# creates pairs of versions using zip_keys, lists must be the same length
2
2
python :
3
- - 3.8
4
- - 3.9
5
- - 3.10
6
- - 3.8
7
- - 3.9
8
- - 3.10
9
- - 3.8
10
- - 3.9
11
- - 3.10
3
+ - 3.10
4
+ - 3.10
5
+ - 3.10
6
+ - 3.10
12
7
- 3.11
13
- - 3.8
14
- - 3.9
15
- - 3.10
16
8
- 3.11
9
+ - 3.11
10
+ - 3.11
11
+ - 3.12
17
12
numpy :
18
- - 1.21
19
- - 1.21
20
- - 1.21
21
- - 1.22
22
- - 1.22
23
- - 1.22
24
- - 1.23
25
- - 1.23
26
13
- 1.23
27
- - 1.23
28
- - 1.24
29
- - 1.24
30
14
- 1.24
15
+ - 1.25
16
+ - 1.26
17
+ - 1.23
31
18
- 1.24
19
+ - 1.25
20
+ - 1.26
21
+ - 1.26
32
22
zip_keys :
33
23
- python
34
24
- numpy
You can’t perform that action at this time.
0 commit comments