File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ def long_description():
68
68
"Programming Language :: Python :: 3.9" ,
69
69
"Programming Language :: Python :: 3.10" ,
70
70
"Programming Language :: Python :: 3.11" ,
71
+ "Programming Language :: Python :: 3.12" ,
71
72
"Programming Language :: Python :: Implementation :: CPython" ,
72
73
"Programming Language :: Python :: Implementation :: PyPy" ,
73
74
],
@@ -77,7 +78,7 @@ def long_description():
77
78
"Issues" : "https://github.com/zulip/zulip-terminal/issues" ,
78
79
"Hot Keys" : "https://github.com/zulip/zulip-terminal/blob/main/docs/hotkeys.md" ,
79
80
},
80
- python_requires = ">=3.7, <3.12 " ,
81
+ python_requires = ">=3.7, <3.13 " ,
81
82
keywords = "" ,
82
83
packages = find_packages (exclude = ["tests" , "tests.*" ]),
83
84
zip_safe = True ,
You can’t perform that action at this time.
0 commit comments