From 7a98757b024cd2839f92004a3abeefbfa35ea45b Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 28 Oct 2017 16:46:30 -0700 Subject: Remove references and testing for unsupported Python versions --- docs/source/intro.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/source') diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 2a2d27d..53ed27c 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -120,9 +120,9 @@ To check out the latest sources of this module run to check out the latest sources from the repository. -:mod:`sqlparse` is currently tested under Python 2.5, 2.6, 2.7, 3.2 and -pypy. Tests are automatically run on each commit and for each pull -request on Travis: https://travis-ci.org/andialbrecht/sqlparse +:mod:`sqlparse` is currently tested under Python 2.7, >=3.3 and pypy. Tests are +automatically run on each commit and for each pull request on Travis: +https://travis-ci.org/andialbrecht/sqlparse Make sure to run the test suite before sending a pull request by running -- cgit v1.2.1