Skip to content

Commit

Permalink
setup.py: python >= 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-lokendra committed Dec 6, 2020
1 parent f8dcf90 commit 3f22446
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 @@ -71,9 +71,9 @@ def find_details(find_value: str, file_paths: List[str]) -> str:
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3 :: Only',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
Expand Down

0 comments on commit 3f22446

Please sign in to comment.