Skip to content

Commit

Permalink
increase minimal python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jun 14, 2022
1 parent d083316 commit 37533c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers =
[options]
include_package_data = True
packages = find:
python_requires = >=3.6
python_requires = >=3.7
zip_safe = False
install_requires =
Flask-Alembic>=2.0.1
Expand Down

0 comments on commit 37533c1

Please sign in to comment.