8000 Update Python requirements in the documentation (3.6+). · cool-RR/python-prompt-toolkit@73f98ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 73f98ee

Browse files
Update Python requirements in the documentation (3.6+).
1 parent f833a82 commit 73f98ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Like readline:
3636

3737
Works everywhere:
3838

39-
- Pure Python. Runs on all Python versions from 2.6 up to 3.4.
39+
- Pure Python. Runs on all Python versions starting at Python 3.6.
40+
(Python 2.6 - 3.x is supported in prompt_toolkit 2.0; not 3.0).
4041
- Runs on Linux, OS X, OpenBSD and Windows systems.
4142
- Lightweight, the only dependencies are Pygments, six and wcwidth.
4243
- No assumptions about I/O are made. Every prompt_toolkit application should

0 commit comments

Comments
 (0)
0