@@ -184,7 +184,7 @@ jobs:
184184 runs-on : windows-latest
185185 strategy :
186186 matrix :
187- python-version : [3.7, 3.8, 3. 9, '3.10', '3.11', '3.12', '3.13']
187+ python-version : [3.9, '3.10', '3.11', '3.12', '3.13', '3.14 ']
188188 python-architecture : [x64, x86]
189189 fail-fast : false
190190 steps :
@@ -245,7 +245,7 @@ jobs:
245245 needs : build-docstrings
246246 strategy :
247247 matrix :
248- python-version : [3.8, 3. 9, '3.10', '3.11', '3.12', '3.13']
248+ python-version : [3.9, '3.10', '3.11', '3.12', '3.13', '3.14 ']
249249 os : [macos-13, macos-14] # macos-13 is x64, macos-14 is arm64
250250 runs-on : ${{ matrix.os }}
251251 steps :
@@ -349,7 +349,7 @@ jobs:
349349 /opt/python/cp38-cp38/bin/python3.8 setup.py sdist --formats=gztar
350350 mv dist/* wheelhouse/audited/
351351 - name : Build wheels
352- run : for PYBIN in /opt/python/cp3{7..13 }*/bin; do "${PYBIN}/pip" wheel . -w ./wheelhouse/ --verbose; done
352+ run : for PYBIN in /opt/python/cp3{9..14 }*/bin; do "${PYBIN}/pip" wheel . -w ./wheelhouse/ --verbose; done
353353 - name : Audit wheels
354354 run : for whl in wheelhouse/*.whl; do auditwheel repair "$whl" --plat $PLAT -w wheelhouse/audited/; done
355355 - name : Archive wheel artifacts
@@ -406,7 +406,7 @@ jobs:
406406 if : startsWith(github.ref, 'refs/tags/v') != true
407407 run : echo "BUILD_COMMIT_HASH=${{github.sha}}" >> $GITHUB_ENV
408408 - name : Building wheels
409- run : for PYBIN in /opt/python/cp3{7..13 }*/bin; do "${PYBIN}/pip" wheel . -w ./wheelhouse/ --verbose; done
409+ run : for PYBIN in /opt/python/cp3{9..14 }*/bin; do "${PYBIN}/pip" wheel . -w ./wheelhouse/ --verbose; done
410410 - name : Auditing wheels
411411 run : for whl in wheelhouse/*.whl; do auditwheel repair "$whl" --plat $PLAT -w wheelhouse/audited/; done
412412 - name : Archive wheel artifacts
0 commit comments