Skip to content

Commit 04bf810

Browse files
authored
Update setup.py
1 parent 48278f7 commit 04bf810

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
long_description = readme.read()
1515

1616
setup(name='zscaler_python_sdk',
17-
python_requires='>3.6.2',
17+
python_requires='>3.8.2',
1818
version=__version__,
1919
description='Python Interface to Zscaler API',
2020
long_description=long_description,
@@ -24,7 +24,7 @@
2424
'Intended Audience :: Developers',
2525
'License :: OSI Approved :: MIT License',
2626
'Operating System :: OS Independent',
27-
'Programming Language :: Python :: 3.6.2',
27+
'Programming Language :: Python :: 3.8.2',
2828
'Natural Language :: English',
2929
],
3030
keywords='zscaler python',
@@ -35,6 +35,6 @@
3535
url='https://github.com/eparra/zscaler-python-sdk/',
3636
license='MIT',
3737
packages=['zscaler_python_sdk'],
38-
install_requires=['requests>=2.20.0'],
38+
install_requires=['requests>=2.25.1'],
3939
zip_safe=False
4040
)

0 commit comments

Comments
 (0)