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 authored and kpsherva committed Jun 9, 2022
1 parent 8e744c8 commit 12c5a9c
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 @@ -25,7 +25,7 @@ classifiers =
[options]
include_package_data = True
packages = find:
python_requires = >=3.6
python_requires = >=3.7
zip_safe = False
install_requires =
cryptography>=3.0.0
Expand Down

0 comments on commit 12c5a9c

Please sign in to comment.