Skip to content

Commit

Permalink
Drop support for <3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
uKaigo committed Nov 9, 2020
1 parent ef07c99 commit 3b7f11e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def get_requirements():
download_url=f'https://github.com/KSoft-Si/ksoftapi.py/archive/{version}.tar.gz',
keywords=['ksoftapi'],
install_requires=get_requirements(),
python_requires='>=3.6',
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: GNU General Public License (GPL)',
Expand Down

0 comments on commit 3b7f11e

Please sign in to comment.