Skip to content

Commit 39f1f9d

Browse files
authored
python ver dependency
lowered python version requires to 3.6 #186
1 parent 2f0f87f commit 39f1f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
classifiers = [
1818
'Operating System :: OS Independent',
1919
'License :: OSI Approved :: MIT License',
20-
'Programming Language :: Python :: 3.7',
20+
'Programming Language :: Python :: 3.6',
2121
'Documentation :: https://jchanvfx.github.io/NodeGraphQt/api/html/index.html',
2222
'Source :: https://github.com/jchanvfx/NodeGraphQt/',
2323
]
@@ -35,7 +35,7 @@
3535
classifiers=classifiers,
3636
install_requires=requirements,
3737
include_package_data=True,
38-
python_requires='>=3.7'
38+
python_requires='>=3.6'
3939
)
4040

4141

0 commit comments

Comments
 (0)