Skip to content

Commit

Permalink
fix(deps): Remove python version upper bound (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
JacobHayes and parthea authored Sep 13, 2022
1 parent 0cf0159 commit a361806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ def readme():
],
platforms="Posix; MacOS X; Windows",
install_requires=dependencies,
python_requires=">=3.7, <3.11",
python_requires=">=3.7",
tests_require=["pytest"],
)

0 comments on commit a361806

Please sign in to comment.