Skip to content

Commit

Permalink
chore: Update minimum Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay-Lysenko committed Apr 17, 2024
1 parent c022b1a commit 455048b
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 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3"
]
requires-python = ">= 3.8"
requires-python = ">= 3.9"
dependencies = [
"Flask",
"Flask-Markdown",
Expand Down

0 comments on commit 455048b

Please sign in to comment.