We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48099f commit b7d9791Copy full SHA for b7d9791
setup.py
@@ -85,5 +85,5 @@ def find_version(*file_paths):
85
install_requires=[
86
'msgpack>=1.0.4',
87
],
88
- python_requires='>=3',
+ python_requires='>=3.6',
89
)
0 commit comments