We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf0159 commit a361806Copy full SHA for a361806
setup.py
@@ -71,6 +71,6 @@ def readme():
71
],
72
platforms="Posix; MacOS X; Windows",
73
install_requires=dependencies,
74
- python_requires=">=3.7, <3.11",
+ python_requires=">=3.7",
75
tests_require=["pytest"],
76
)
0 commit comments