diff --git a/tests/bytecode/README.md b/tests/bytecode/README.md
index 85e348ded7fec44cc54ce7acd044f6c0012e5146..0d5245cb7feff51953cbe525ca29573e3b954e2e 100644
--- a/tests/bytecode/README.md
+++ b/tests/bytecode/README.md
@@ -5,7 +5,7 @@ You need to first build the 'cpy' executable in the directory micropython/unix-c
 This executable is a minimal version of Micro Python which compiles a single source
 file and outputs the corresponding byte code.
 
-The output of Micro Python is checked against CPython 3.3.
+The output of Micro Python is checked against CPython 3.4.
 
 To run the tests use: