Skip to content

Commit

Permalink
Let's try to minimal python to be 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 13, 2023
1 parent a418b51 commit a6c7657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
matrix:
python:
- 3.8
- 3.9
- '3.10'
# 3.11 needs more work
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 = ""
authors = ["Vadim Melnik <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
fastapi = "^0.99.0"
#fastapi-sessions = "^0.3.2"
Jinja2 = "^3.1.2"
Expand Down

0 comments on commit a6c7657

Please sign in to comment.