Browse Source

add Python 3.14t to the test matrix for lowest and highest boundaries

pull/15149/head
svlandeg 4 months ago
parent
commit
5b596ca937
  1. 8
      .github/workflows/test.yml

8
.github/workflows/test.yml

@ -77,6 +77,14 @@ jobs:
coverage: coverage
uv-resolution: highest
starlette-src: starlette-git
- os: macos-latest
python-version: "3.14t"
coverage: coverage
uv-resolution: lowest-direct
- os: windows-latest
python-version: "3.14t"
coverage: coverage
uv-resolution: highest
fail-fast: false
runs-on: ${{ matrix.os }}
env:

Loading…
Cancel
Save