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 @@ -67,6 +67,7 @@ def long_description():
67
67
"Programming Language :: Python :: 3.9" ,
68
68
"Programming Language :: Python :: 3.10" ,
69
69
"Programming Language :: Python :: 3.11" ,
70
+ "Programming Language :: Python :: 3.12" ,
70
71
"Programming Language :: Python :: Implementation :: CPython" ,
71
72
"Programming Language :: Python :: Implementation :: PyPy" ,
72
73
],
@@ -76,7 +77,7 @@ def long_description():
76
77
"Issues" : "https://github.com/zulip/zulip-terminal/issues" ,
77
78
"Hot Keys" : "https://github.com/zulip/zulip-terminal/blob/main/docs/hotkeys.md" ,
78
79
},
79
- python_requires = ">=3.7, <3.12 " ,
80
+ python_requires = ">=3.7, <3.13 " ,
80
81
keywords = "" ,
81
82
packages = find_packages (exclude = ["tests" , "tests.*" ]),
82
83
zip_safe = True ,
You can’t perform that action at this time.
0 commit comments