Skip to content

Commit cf42872

Browse files
authored
lower python version to 3.6
in order to allow definitions to be used with python 3.6
1 parent 2c856c1 commit cf42872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
license='MIT license',
1414
author='Alert Logic Inc.',
1515
author_email='[email protected]',
16-
python_requires='>=3.7',
16+
python_requires='>=3.6',
1717
classifiers=[
1818
'Development Status :: 3 - Alpha',
1919
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)