From 25ace4719cac96e99482f4607f42b832a7d279a6 Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Tue, 15 Dec 2015 20:16:27 +0000 Subject: Support Python 3.5, announce deprecation 3.2. --- .travis.yml | 1 + NEWS | 9 ++++++++- README.rst | 2 +- doc/overview.rst | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5535154..f7d8a97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" - "pypy" # We have to pin Jinja2 < 2.7 for Python 3.2 because 2.7 drops/breaks support: diff --git a/NEWS b/NEWS index 30f1528..a1d9c46 100644 --- a/NEWS +++ b/NEWS @@ -6,11 +6,18 @@ Changes and improvements to testtools_, grouped by release. Next ~~~~ +Improvements +------------ + +* Python 3.5 added to the list of supported platforms. (Jonathan Lange) + Changes ------- * Add a new test dependency of testscenarios. (Robert Collins) - + +* Last release of testtools to support Python 3.2. (Jonathan Lange) + 1.8.1 ~~~~~ diff --git a/README.rst b/README.rst index 9cff307..d2ff7e0 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ under the same license as Python, see LICENSE for details. Required Dependencies --------------------- - * Python 2.6+ or 3.0+ / pypy (2.x+) + * Python 2.6+ or 3.2+ / pypy (2.x+) If you would like to use testtools for earlier Python's, please use testtools 0.9.15. diff --git a/doc/overview.rst b/doc/overview.rst index bf62a8e..c22967b 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -93,7 +93,7 @@ Cross-Python compatibility -------------------------- testtools gives you the very latest in unit testing technology in a way that -will work with Python 2.6, 2.7, 3.1 and 3.2. +will work with Python 2.6, 2.7, 3.2, 3.3, 3.4, and 3.5. If you wish to use testtools with Python 2.4 or 2.5, then please use testtools 0.9.15. Up to then we supported Python 2.4 and 2.5, but we found the -- cgit v1.2.1 From 4c7045364292c5f0e632c7efcd8e0036230c59b6 Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Mon, 21 Dec 2015 17:54:47 +0000 Subject: Fix typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d231f78..d7606d7 100644 --- a/NEWS +++ b/NEWS @@ -1172,7 +1172,7 @@ Improvements * Malformed SyntaxErrors no longer blow up the test suite. (Martin [gz]) * ``MismatchesAll.describe`` no longer appends a trailing newline. - (Michael Hudrrson-Doyle, #686790) + (Michael Hudson-Doyle, #686790) * New helpers for conditionally importing modules, ``try_import`` and ``try_imports``. (Jonathan Lange) -- cgit v1.2.1