Skip to content

Commit 75b5633

Browse files
committed
setup: Enable installation on Python 3.12.
1 parent d31c660 commit 75b5633

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
@@ -67,6 +67,7 @@ def long_description():
6767
"Programming Language :: Python :: 3.9",
6868
"Programming Language :: Python :: 3.10",
6969
"Programming Language :: Python :: 3.11",
70+
"Programming Language :: Python :: 3.12",
7071
"Programming Language :: Python :: Implementation :: CPython",
7172
"Programming Language :: Python :: Implementation :: PyPy",
7273
],
@@ -76,7 +77,7 @@ def long_description():
7677
"Issues": "https://github.com/zulip/zulip-terminal/issues",
7778
"Hot Keys": "https://github.com/zulip/zulip-terminal/blob/main/docs/hotkeys.md",
7879
},
79-
python_requires=">=3.7, <3.12",
80+
python_requires=">=3.7, <3.13",
8081
keywords="",
8182
packages=find_packages(exclude=["tests", "tests.*"]),
8283
zip_safe=True,

0 commit comments

Comments
 (0)