@@ -31,19 +31,25 @@ authors = [
3131]
3232readme = " README.md"
3333dynamic = [" version" ]
34- requires-python = " >=3.11 "
34+ requires-python = " >=3.7 "
3535classifiers =[
3636 " Development Status :: 3 - Alpha" ,
3737 " Intended Audience :: Developers" ,
3838 " Natural Language:: English" ,
3939 " Topic :: Software Development :: Libraries :: Python Modules" ,
4040 " License :: Other/Proprietary License" ,
41- " Programming Language :: Python :: 3.11" ,
42- " Programming Language :: Python :: 3.10" ,
43- " Programming Language :: Python :: 3.9" ,
41+ " Operating System :: OS Independent" ,
42+ " Programming Language :: Python" ,
43+ " Programming Language :: Python :: 3" ,
44+ " Programming Language :: Python :: 3.7" ,
4445 " Programming Language :: Python :: 3.8" ,
46+ " Programming Language :: Python :: 3.9" ,
47+ " Programming Language :: Python :: 3.10" ,
48+ " Programming Language :: Python :: 3.11" ,
49+ " Programming Language :: Python :: 3.12" ,
50+ " Topic :: Software Development" ,
4551]
46- dependencies = [" " ]
52+ dependencies = [" requests>=2.31.0 " ]
4753
4854[tool .setuptools ]
4955packages = [" shellhub" ]
0 commit comments