mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-16 20:36:49 -04:00
➖ Drop support for Python 3.9 (#14897)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bdd20051c4
commit
ad4e8e0060
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user