@@ -166,7 +166,7 @@ jobs:
166166 runs-on : ${{ matrix.os }}
167167 strategy :
168168 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']
170170 include :
171171 - os : [windows-latest]
172172 arch : ["x86"]
@@ -210,7 +210,7 @@ jobs:
210210 runs-on : ${{ matrix.os }}
211211 strategy :
212212 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']
214214 include :
215215 - os : [windows-latest]
216216 arch : ["AMD64"]
@@ -254,7 +254,7 @@ jobs:
254254 runs-on : ${{ matrix.os }}
255255 strategy :
256256 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']
258258 include :
259259 - os : [ubuntu-20.04] # ubuntu-latest doesn't support cp36
260260 arch : ["x86_64"]
@@ -297,7 +297,7 @@ jobs:
297297 runs-on : ${{ matrix.os }}
298298 strategy :
299299 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']
301301 include :
302302 - os : [macos-13] # macos-latest is arm only
303303 arch : ["x86_64"]
0 commit comments