Skip to content

Commit b70c89c

Browse files
committed
DNM: Enable installation on Python 3.12.
NOT QUITE, TRY 3.10 cap for testing.
1 parent d31c660 commit b70c89c

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
@@ -76,7 +76,7 @@ def long_description():
7676
"Issues": "https://github.com/zulip/zulip-terminal/issues",
7777
"Hot Keys": "https://github.com/zulip/zulip-terminal/blob/main/docs/hotkeys.md",
7878
},
79-
python_requires=">=3.7, <3.12",
79+
python_requires=">=3.7, <3.10",
8080
keywords="",
8181
packages=find_packages(exclude=["tests", "tests.*"]),
8282
zip_safe=True,

0 commit comments

Comments
 (0)