From ffef793c8330fc23dd5a2c166b12418712125fea Mon Sep 17 00:00:00 2001
From: Ruben Verweij <rbnvrw@users.noreply.github.com>
Date: Mon, 20 Jan 2020 15:27:45 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8620ad2..305d001 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ pip install nd2reader
 ```
 
 If you don't already have the packages `numpy`, `pims`, `six` and `xmltodict`, they will be installed automatically if you use the `setup.py` script.
-`nd2reader` is an order of magnitude faster in Python 3. I recommend using it unless you have no other choice. Python 2.7 and Python >= 3.4 are supported.
+Python >= 3.5 are supported.
 
 #### Installation via Conda Forge
 
-- 
GitLab