From 83852d32156adaaa2a3174bea37977dc9982f405 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 16 Apr 2014 20:14:38 +0100 Subject: [PATCH] fix README to match contents of run-tests --- tests/bytecode/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bytecode/README.md b/tests/bytecode/README.md index 85e348ded7..0d5245cb7f 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: