We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0f87f commit 39f1f9dCopy full SHA for 39f1f9d
setup.py
@@ -17,7 +17,7 @@
17
classifiers = [
18
'Operating System :: OS Independent',
19
'License :: OSI Approved :: MIT License',
20
- 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.6',
21
'Documentation :: https://jchanvfx.github.io/NodeGraphQt/api/html/index.html',
22
'Source :: https://github.com/jchanvfx/NodeGraphQt/',
23
]
@@ -35,7 +35,7 @@
35
classifiers=classifiers,
36
install_requires=requirements,
37
include_package_data=True,
38
- python_requires='>=3.7'
+ python_requires='>=3.6'
39
)
40
41
0 commit comments