We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8024a1d commit c541d6dCopy full SHA for c541d6d
setup.py
@@ -92,5 +92,5 @@ def find_version(*file_paths):
92
cmdclass=cmdclass,
93
command_options=command_options,
94
install_requires=get_dependencies('requirements.txt'),
95
- python_requires='>=3',
+ python_requires='>=3.6',
96
)
0 commit comments