Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,7 @@ jobs:
needs: gen_llhttp
strategy:
matrix:
# Note that 3.13.4 is broken on Windows which
# is why 3.13.5 was rushed out. When 3.13.5 is fully
# available, we can remove 3.13.4 from the matrix
# and switch it back to 3.13
pyver: [3.9, '3.10', '3.11', '3.12', '3.13.3']
pyver: [3.9, '3.10', '3.11', '3.12', '3.13']
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
experimental: [false]
Expand All @@ -156,10 +152,10 @@ jobs:
no-extensions: 'Y'
os: ubuntu
experimental: false
# - os: ubuntu
# pyver: "3.14"
# experimental: true
# no-extensions: 'Y'
- os: ubuntu
pyver: "3.14"
experimental: true
no-extensions: 'Y'
fail-fast: true
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.experimental }}
Expand Down
Loading