@@ -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"]
@@ -390,7 +390,7 @@ jobs:
390390 id-token : write
391391 if : github.ref == 'refs/heads/main'
392392 steps :
393- - uses : actions/download-artifact@v2
393+ - uses : actions/download-artifact@v4
394394 with :
395395 pattern : artifacts-*
396396 path : dist
@@ -412,7 +412,7 @@ jobs:
412412 id-token : write
413413 if : startsWith(github.ref, 'refs/tags/v')
414414 steps :
415- - uses : actions/download-artifact@v2
415+ - uses : actions/download-artifact@v4
416416 with :
417417 pattern : artifacts-*
418418 path : dist
0 commit comments