Skip to content

Commit cbab5ac

Browse files
authored
chore(setup.py): remove python upper bound (#1413)
1 parent eb49873 commit cbab5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
namespace_packages=namespaces,
125125
install_requires=dependencies,
126126
extras_require=extras,
127-
python_requires=">=3.7, <3.11",
127+
python_requires=">=3.7",
128128
include_package_data=True,
129129
zip_safe=False,
130130
)

0 commit comments

Comments
 (0)