@@ -166,7 +166,7 @@ jobs:
166
166
runs-on : ${{ matrix.os }}
167
167
strategy :
168
168
matrix :
169
- python : ['3.6', '3.7', '3. 8', '3.9', '3.10', '3.11', '3.12', '3.13']
169
+ python : ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
170
170
include :
171
171
- os : [windows-latest]
172
172
arch : ["x86"]
@@ -210,7 +210,7 @@ jobs:
210
210
runs-on : ${{ matrix.os }}
211
211
strategy :
212
212
matrix :
213
- python : ['3.6', '3.7', '3. 8', '3.9', '3.10', '3.11', '3.12', '3.13']
213
+ python : ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
214
214
include :
215
215
- os : [windows-latest]
216
216
arch : ["AMD64"]
@@ -254,7 +254,7 @@ jobs:
254
254
runs-on : ${{ matrix.os }}
255
255
strategy :
256
256
matrix :
257
- python : ['3.6', '3.7', '3. 8', '3.9', '3.10', '3.11', '3.12', '3.13']
257
+ python : ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
258
258
include :
259
259
- os : [ubuntu-20.04] # ubuntu-latest doesn't support cp36
260
260
arch : ["x86_64"]
@@ -297,7 +297,7 @@ jobs:
297
297
runs-on : ${{ matrix.os }}
298
298
strategy :
299
299
matrix :
300
- python : ['3.6', '3.7', '3. 8', '3.9', '3.10', '3.11', '3.12', '3.13']
300
+ python : ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
301
301
include :
302
302
- os : [macos-13] # macos-latest is arm only
303
303
arch : ["x86_64"]
0 commit comments