File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 3.0.27: 2024-05-27
5
+ ------------------
6
+
7
+ - Limit number of completions to 5k (for performance).
8
+ - Several typing fixes.
9
+
10
+
4
11
3.0.26: 2024-02-06
5
12
------------------
6
13
Original file line number Diff line number Diff line change 11
11
setup (
12
12
name = "ptpython" ,
13
13
author = "Jonathan Slenders" ,
14
- version = "3.0.26 " ,
14
+ version = "3.0.27 " ,
15
15
url = "https://github.com/prompt-toolkit/ptpython" ,
16
16
description = "Python REPL build on top of prompt_toolkit" ,
17
17
long_description = long_description ,
38
38
"License :: OSI Approved :: BSD License" ,
39
39
"Programming Language :: Python :: 3" ,
40
40
"Programming Language :: Python :: 3.7" ,
41
- "Programming Language :: Python :: 3.7" ,
42
41
"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" ,
43
46
"Programming Language :: Python :: 3 :: Only" ,
44
47
"Programming Language :: Python" ,
45
48
],
You can’t perform that action at this time.
0 commit comments