From 5e514c2dcb7b11c8839e62f782f9a17a8043beff Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 3 Jun 2015 07:23:45 -0400 Subject: Python 3.5b2 is supported. --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 155d44ea..2b2459d8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,8 @@ Change history for Coverage.py Latest ------ +- Python 3.5b2 is supported. + - The original module-level function interface to coverage is no longer supported. You must now create a ``coverage.Coverage`` object, and use methods on it. -- cgit v1.2.1