|
|
@ -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 |
|
|
|