Skip to content

Commit

Permalink
chore(setup.py): remove python upper bound (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 17, 2022
1 parent eb49873 commit cbab5ac
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 @@ -124,7 +124,7 @@
namespace_packages=namespaces,
install_requires=dependencies,
extras_require=extras,
python_requires=">=3.7, <3.11",
python_requires=">=3.7",
include_package_data=True,
zip_safe=False,
)

0 comments on commit cbab5ac

Please sign in to comment.