15
15
runs-on : macos-latest
16
16
strategy :
17
17
matrix :
18
- python : [3.7, 3. 8, 3.9, "3.10", 3.11]
18
+ python : [3.8, 3.9, "3.10", 3.11]
19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v2
55
55
runs-on : windows-latest
56
56
strategy :
57
57
matrix :
58
- python : [3.7, 3. 8, 3.9, "3.10", 3.11]
58
+ python : [3.8, 3.9, "3.10", 3.11]
59
59
wordsize : [64]
60
60
steps :
61
61
- name : Checkout
@@ -140,7 +140,7 @@ jobs:
140
140
runs-on : macos-latest
141
141
strategy :
142
142
matrix :
143
- python : [3.7, 3. 8, 3.9, "3.10", 3.11]
143
+ python : [3.8, 3.9, "3.10", 3.11]
144
144
steps :
145
145
- name : Download wheels
146
146
uses : actions/download-artifact@v2
@@ -162,7 +162,7 @@ jobs:
162
162
runs-on : windows-latest
163
163
strategy :
164
164
matrix :
165
- python : [3.7, 3. 8, 3.9, "3.10", 3.11]
165
+ python : [3.8, 3.9, "3.10", 3.11]
166
166
wordsize : [64]
167
167
steps :
168
168
- name : Download wheels
@@ -186,10 +186,9 @@ jobs:
186
186
needs : ['manylinux']
187
187
strategy :
188
188
matrix :
189
- python : [3.7, 3. 8, 3.9, "3.10", 3.11]
189
+ python : [3.8, 3.9, "3.10", 3.11]
190
190
include :
191
- - python : 3.7
192
- wheel : cp37
191
+
193
192
- python : 3.8
194
193
wheel : cp38
195
194
- python : 3.9
0 commit comments