about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-02-09 00:21:28 +0100
committernfnty <git@nfnty.se>2017-02-09 00:21:28 +0100
commitbc54f7574caa14a4ce09d70f1660376dc5cdcd94 (patch)
tree3964671a74a825edf5cf950daedd2e553f8683db /README.md
parenta3ccb616e6fc8c88cf7ffcd079dab76655bcc002 (diff)
downloadranger-bc54f7574caa14a4ce09d70f1660376dc5cdcd94.tar.gz
README: Fix dependencies Python versions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e8de804..09b89fe7 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Features
 
 Dependencies
 ------------
-* Python (tested with version 2.6, 2.7, 3.1-3.5) with the `curses` module
+* Python (`>=2.6` or `>=3.1`) with the `curses` module
   and (optionally) wide-unicode support.
 * A pager (`less` by default)