Skip to content

Commit

Permalink
feat(python): dropped py3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering committed Dec 12, 2022
1 parent 47db41e commit c1585d7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 87 deletions.
116 changes: 30 additions & 86 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 @@ -86,7 +86,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.7.2,<4.0"
python = ">=3.8.1,<4.0"
python-ldap = "^3.3.1"
is-safe-url = "^1.0"
Flask-Login = "^0.6.0"
Expand Down

0 comments on commit c1585d7

Please sign in to comment.