File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.0.27: 2024-05-27
5+ ------------------
6+
7+ - Limit number of completions to 5k (for performance).
8+ - Several typing fixes.
9+
10+
4113.0.26: 2024-02-06
512------------------
613
Original file line number Diff line number Diff line change 1111setup (
1212 name = "ptpython" ,
1313 author = "Jonathan Slenders" ,
14- version = "3.0.26 " ,
14+ version = "3.0.27 " ,
1515 url = "https://github.com/prompt-toolkit/ptpython" ,
1616 description = "Python REPL build on top of prompt_toolkit" ,
1717 long_description = long_description ,
3838 "License :: OSI Approved :: BSD License" ,
3939 "Programming Language :: Python :: 3" ,
4040 "Programming Language :: Python :: 3.7" ,
41- "Programming Language :: Python :: 3.7" ,
4241 "Programming Language :: Python :: 3.8" ,
42+ "Programming Language :: Python :: 3.9" ,
43+ "Programming Language :: Python :: 3.10" ,
44+ "Programming Language :: Python :: 3.11" ,
45+ "Programming Language :: Python :: 3.12" ,
4346 "Programming Language :: Python :: 3 :: Only" ,
4447 "Programming Language :: Python" ,
4548 ],
You can’t perform that action at this time.
0 commit comments