Skip to content

Commit cdcf94f

Browse files
committed
setup: Enable installation on Python 3.12.
1 parent 8283bd2 commit cdcf94f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def long_description():
6868
"Programming Language :: Python :: 3.9",
6969
"Programming Language :: Python :: 3.10",
7070
"Programming Language :: Python :: 3.11",
71+
"Programming Language :: Python :: 3.12",
7172
"Programming Language :: Python :: Implementation :: CPython",
7273
"Programming Language :: Python :: Implementation :: PyPy",
7374
],
@@ -77,7 +78,7 @@ def long_description():
7778
"Issues": "https://github.com/zulip/zulip-terminal/issues",
7879
"Hot Keys": "https://github.com/zulip/zulip-terminal/blob/main/docs/hotkeys.md",
7980
},
80-
python_requires=">=3.7, <3.12",
81+
python_requires=">=3.7, <3.13",
8182
keywords="",
8283
packages=find_packages(exclude=["tests", "tests.*"]),
8384
zip_safe=True,

0 commit comments

Comments
 (0)