Browse Source

👷 Do not run Python 3.9 in CI

pull/14897/head
Sebastián Ramírez 5 months ago
parent
commit
ff8a692f99
  1. 6
      .github/workflows/test.yml

6
.github/workflows/test.yml

@ -56,14 +56,10 @@ jobs:
- starlette-pypi
- starlette-git
include:
- os: ubuntu-latest
python-version: "3.9"
coverage: coverage
uv-resolution: lowest-direct
- os: macos-latest
python-version: "3.10"
coverage: coverage
uv-resolution: highest
uv-resolution: lowest-direct
- os: windows-latest
python-version: "3.12"
coverage: coverage

Loading…
Cancel
Save