Skip to content

Commit 7020e39

Browse files
committed
🔧 Drop support for Python 3.8
1 parent 837921d commit 7020e39

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
os: [ ubuntu-latest, windows-latest, macos-latest ]
3232
python-version: ["3.14"]
3333
include:
34-
- python-version: "3.8"
35-
os: windows-latest
3634
- python-version: "3.9"
3735
os: macos-latest
3836
- python-version: "3.10"
@@ -99,7 +97,7 @@ jobs:
9997
- uses: actions/checkout@v6
10098
- uses: actions/setup-python@v6
10199
with:
102-
python-version: '3.8'
100+
python-version: '3.9'
103101
- name: Setup uv
104102
uses: astral-sh/setup-uv@v7
105103
with:

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Run and manage FastAPI apps from the command line with FastAPI CL
55
authors = [
66
{name = "Sebastián Ramírez", email = "tiangolo@gmail.com"},
77
]
8-
requires-python = ">=3.8"
8+
requires-python = ">=3.9"
99
readme = "README.md"
1010
license = "MIT"
1111
license-files = ["LICENSE"]
@@ -24,7 +24,6 @@ classifiers = [
2424
"Framework :: FastAPI",
2525
"Intended Audience :: Developers",
2626
"Programming Language :: Python :: 3 :: Only",
27-
"Programming Language :: Python :: 3.8",
2827
"Programming Language :: Python :: 3.9",
2928
"Programming Language :: Python :: 3.10",
3029
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)