Skip to content

Commit

Permalink
ops: drop Python 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kerberizer committed Sep 13, 2024
1 parent 26d96de commit 45a8983
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 118 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
Expand Down
170 changes: 54 additions & 116 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.10,<3.13"
fastapi = "^0.112.1"
python-multipart = "^0.0.6"
pynanomapper = { path = "extern/pynanomapper", develop = true }
Expand Down

0 comments on commit 45a8983

Please sign in to comment.