Skip to content

Commit e67a9bf

Browse files
cpcloudabdelmegahedgoogle
authored andcommitted
chore(setup.py): remove python upper bound (googleapis#1413)
1 parent 1215aa6 commit e67a9bf

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)