diff --git a/setup.py b/setup.py index 2504980..4a0618a 100644 --- a/setup.py +++ b/setup.py @@ -16,12 +16,16 @@ #py_modules=['pyjboss'], packages=setuptools.find_packages(), classifiers=[ - "Development Status :: 3 - Alpha", - "Programming Language :: Python", - "Programming Language :: Python :: 3.10", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", - "Operating System :: OS Independent", + "Development Status :: 3 - Alpha", + "Programming Language :: Python", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.6", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "Operating System :: OS Independent", ], install_requires = ['requests', 'jmespath'], - #python_requires='>=3.10', + python_requires='>=3.6', )