Skip to content

Commit 34d7348

Browse files
authored
Remove "<4" upper bound from python_requires
1 parent a5b29ac commit 34d7348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
],
8383
package_dir={"": "src"},
8484
requires=[],
85-
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4",
85+
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
8686
extras_require={
8787
"brotli": [
8888
"brotli>=1.0.9; (os_name != 'nt' or python_version >= '3') and platform_python_implementation == 'CPython'",

0 commit comments

Comments
 (0)