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 a5b29ac commit 34d7348Copy full SHA for 34d7348
1 file changed
setup.py
@@ -82,7 +82,7 @@
82
],
83
package_dir={"": "src"},
84
requires=[],
85
- python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4",
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
86
extras_require={
87
"brotli": [
88
"brotli>=1.0.9; (os_name != 'nt' or python_version >= '3') and platform_python_implementation == 'CPython'",
0 commit comments