File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 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"
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 :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Run and manage FastAPI apps from the command line with FastAPI CL
55authors = [
66 {name = " Sebastián Ramírez" , email = " tiangolo@gmail.com" },
77]
8- requires-python = " >=3.8 "
8+ requires-python = " >=3.9 "
99readme = " README.md"
1010license = " MIT"
1111license-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" ,
You can’t perform that action at this time.
0 commit comments