Skip to content

Commit

Permalink
Added Required Python Version (#152)
Browse files Browse the repository at this point in the history
* Added Required Python Version

Added python_requires to specify the required python version for the library.

* Updated required python version

* Removed Classifiers for unsupported python versions

* Updated

Co-authored-by: Nirjas Jakilim <Nirzak@users.noreply.github.com>
  • Loading branch information
Nirzak and Nirzak committed Oct 27, 2021
1 parent b99a23f commit 1c8485c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -48,15 +48,14 @@
include_package_data=True,
zip_safe=False,
license='MPL-2.0',
python_requires=">=3.5",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 1c8485c

Please sign in to comment.