Skip to content

Commit

Permalink
Fix: python_requires ammending
Browse files Browse the repository at this point in the history
  • Loading branch information
Poolitzer committed Jun 12, 2022
1 parent 977c54e commit 7a7465e
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 @@ -102,7 +102,7 @@ def get_setup_kwargs(raw=False):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
python_requires='>=3.6'
python_requires='>=3.7'
)

return kwargs
Expand Down

0 comments on commit 7a7465e

Please sign in to comment.