Skip to content

Commit d4555d6

Browse files
committed
requirements[dev]: remove python upper bound requirement
1 parent 8e5c035 commit d4555d6

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
@@ -85,7 +85,7 @@ def long_description():
8585
"Issues": "https://github.com/zulip/zulip-terminal/issues",
8686
"Hot Keys": "https://github.com/zulip/zulip-terminal/blob/main/docs/hotkeys.md",
8787
},
88-
python_requires=">=3.7, <3.12",
88+
python_requires=">=3.7",
8989
keywords="",
9090
packages=find_packages(exclude=["tests", "tests.*"]),
9191
zip_safe=True,

0 commit comments

Comments
 (0)