We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f593a5 commit 3f71ecdCopy full SHA for 3f71ecd
setup.py
@@ -77,7 +77,7 @@ def read(path):
77
doc=['sphinx>=3.5,<7',
78
'crate-docs-theme>=0.26.5'],
79
),
80
- python_requires='>=3.7',
+ python_requires='>=3.6',
81
package_data={'': ['*.txt']},
82
classifiers=[
83
'Development Status :: 5 - Production/Stable',
@@ -86,6 +86,7 @@ def read(path):
86
'Operating System :: OS Independent',
87
'Programming Language :: Python',
88
'Programming Language :: Python :: 3',
89
+ 'Programming Language :: Python :: 3.6',
90
'Programming Language :: Python :: 3.7',
91
'Programming Language :: Python :: 3.8',
92
'Programming Language :: Python :: 3.9',
0 commit comments