File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.0.0: 2020-01-29
5+ -----------------
6+
7+ Upgrade to prompt_toolkit 3.0.
8+ Requires at least Python 3.6.
9+
10+ New features:
11+ - Uses XDG base directory specification.
12+
413
5142.0.5: 2019-10-09
615-----------------
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ Ptpython is an advanced Python REPL. It should work on all
1515Python versions from 2.6 up to 3.7 and work cross platform (Linux,
1616BSD, OS X and Windows).
1717
18+ Note: this version of ptpython requires at least Python 3.6. Install ptpython
19+ 2.0.5 for older Python versions.
20+
1821
1922Installation
2023************
Original file line number Diff line number Diff line change 1111setup (
1212 name = "ptpython" ,
1313 author = "Jonathan Slenders" ,
14- version = "2 .0.5 " ,
14+ version = "3 .0.0 " ,
1515 url = "https://github.com/prompt-toolkit/ptpython" ,
1616 description = "Python REPL build on top of prompt_toolkit" ,
1717 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments