Skip to content

Commit 29288a3

Browse files
committed
🔧 Update Python requirements, support 3.8+
1 parent e62f784 commit 29288a3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
20+
python-version:
21+
- "3.8"
22+
- "3.9"
23+
- "3.10"
24+
- "3.11"
2125
fail-fast: false
2226
steps:
2327
- name: Dump GitHub context

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "[email protected]"},
77
]
8-
requires-python = ">=3.7"
8+
requires-python = ">=3.8"
99
readme = "README.md"
1010
license = {text = "MIT"}
1111
classifiers = [

0 commit comments

Comments
 (0)