Skip to content

Commit 1c8485c

Browse files
authored
Added Required Python Version (#152)
* 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 <[email protected]>
1 parent b99a23f commit 1c8485c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,14 @@
4848
include_package_data=True,
4949
zip_safe=False,
5050
license='MPL-2.0',
51+
python_requires=">=3.5",
5152
classifiers=[
5253
'Development Status :: 5 - Production/Stable',
5354
'Intended Audience :: Developers',
5455
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
5556
'Natural Language :: English',
5657
'Programming Language :: Python',
5758
'Programming Language :: Python :: 3',
58-
'Programming Language :: Python :: 3.3',
59-
'Programming Language :: Python :: 3.4',
6059
'Programming Language :: Python :: 3.5',
6160
'Programming Language :: Python :: 3.6',
6261
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)