Skip to content

Commit

Permalink
Drop support for Python versions below 3.11 #93 #94 #95
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Oct 28, 2024
1 parent bef86ae commit 9a5d86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors = [
]

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.11"
Flask-RESTful = "^0.3.7"
requests = "^2.22.0"
PyJWT = "2.4.0"
Expand Down

0 comments on commit 9a5d86b

Please sign in to comment.