Skip to content

Commit a361806

Browse files
JacobHayesparthea
andauthored
fix(deps): Remove python version upper bound (#145)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 0cf0159 commit a361806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ def readme():
7171
],
7272
platforms="Posix; MacOS X; Windows",
7373
install_requires=dependencies,
74-
python_requires=">=3.7, <3.11",
74+
python_requires=">=3.7",
7575
tests_require=["pytest"],
7676
)

0 commit comments

Comments
 (0)