Skip to content

Commit

Permalink
chore(deps): drop py3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
spumer committed Jan 8, 2024
1 parent 5e22e1c commit 67b86be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-latest-fastapi-pydantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
fastapi-short: [default, latest]
pydantic-short: [default, latest]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- name: Checkout changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ['json-rpc', 'asgi', 'swagger', 'openapi', 'fastapi', 'pydantic', 'st
exclude = ["example1.py", "example2.py"]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
aiojobs = ">0.2.2"
fastapi = [
{version = ">0.55.0", python = "<3.11"},
Expand Down

0 comments on commit 67b86be

Please sign in to comment.