From 35401cdafaeeb4cf264ff9a104b75f86fd14b824 Mon Sep 17 00:00:00 2001 From: Benno Rice Date: Wed, 3 May 2017 12:58:51 -0700 Subject: [PATCH] Clarify Python version support. --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 03a4620..b35721c 100644 --- a/README.rst +++ b/README.rst @@ -44,4 +44,6 @@ And in another shell run the Autobahn test client: $ wstest -m fuzzingclient -s ws-fuzzingclient.json -This was written using Python 3.5. Python 2.7 has not been well tested yet. +This was written using Python 3.5. Python 3.4, 3.5 and 3.6 are being +actively tested. PyPy3 will be tested once TravisCI gets it working +again. Python 2.x is not supported.