diff --git a/README.md b/README.md
index 3da312619fee755544999175d184bbef1b66d1ef..804194ade6735d449e848805f164c77362c6dafa 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,6 @@ The config-template.txt file should be renamed to config.txt, and modified with
 Every time the script runs, it will query an external service to retrieve the external IP of the machine, compare it to the current A record in the zone at gandi.net, and then update the record if the IP has changed.
 
 Requirements:
-  - Python 2.7
   - ipaddress module (pip install ipaddress)
   - requests module (pip install requests)
   - json module (pip install json)