Skip to content

Commit

Permalink
🔧 Update Python requirements, support 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 2, 2024
1 parent e62f784 commit 29288a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
fail-fast: false
steps:
- name: Dump GitHub context
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Run and manage FastAPI apps from the command line with FastAPI CL
authors = [
{name = "Sebastián Ramírez", email = "[email protected]"},
]
requires-python = ">=3.7"
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}
classifiers = [
Expand Down

0 comments on commit 29288a3

Please sign in to comment.