From 4e3dac5286b6ead99542ce8bb50a0167f3425b6d Mon Sep 17 00:00:00 2001 From: Caleb Hattingh Date: Mon, 14 Aug 2017 15:40:05 +1000 Subject: [PATCH] Update README to mention all the tested versions (in travis.yml) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbde090..fb382e1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ in the same spirit as — and yet conspicuously missing from — **[Full and extensive docs are available on Read The Docs.][rtd]** See what's new [by checking the CHANGELOG][changelog]. -Boltons is tested against Python 2.6, 2.7, 3.4, 3.5, and PyPy. +Boltons is tested against Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, +3.7-dev (aka _nightly_), and PyPy. [stdlib]: https://docs.python.org/2.7/library/index.html [rtd]: https://boltons.readthedocs.org/en/latest/