Skip to content

Commit

Permalink
Update requirement in setup.py for dropping Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Jan 10, 2022
1 parent 6ef2d2c commit a4af9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(fname):
packages=find_packages(),
include_package_data=True,
zip_safe=False,
python_requires='>=3.6',
python_requires='>=3.7',
install_requires=[
'connexion[swagger-ui]',
'swagger_ui_bundle',
Expand Down

0 comments on commit a4af9d3

Please sign in to comment.