Browse Source

expand test matrix to test 3.14t on windows/ubuntu/macos

pull/15149/head
svlandeg 4 months ago
parent
commit
0e3f8e99d7
  1. 9
      .github/workflows/test.yml

9
.github/workflows/test.yml

@ -49,7 +49,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ windows-latest, macos-latest ] os: [ windows-latest, macos-latest ]
python-version: [ "3.14" ] python-version: [ "3.14", "3.14t" ]
deprecated-tests: [ "no-deprecation" ] deprecated-tests: [ "no-deprecation" ]
uv-resolution: uv-resolution:
- highest - highest
@ -82,13 +82,8 @@ jobs:
coverage: coverage coverage: coverage
uv-resolution: highest uv-resolution: highest
starlette-src: starlette-git starlette-src: starlette-git
deprecated-tests: "no-deprecation"
- os: ubuntu-latest
python-version: "3.14"
coverage: coverage
uv-resolution: highest
deprecated-tests: "test-deprecation" deprecated-tests: "test-deprecation"
- os: windows-latest - os: ubuntu-latest
python-version: "3.14t" python-version: "3.14t"
coverage: coverage coverage: coverage
uv-resolution: highest uv-resolution: highest

Loading…
Cancel
Save