diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2020-09-13 08:22:57 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2020-09-13 08:22:57 +0200 |
| commit | fd2c8e3d42a74f43c1f473628ec033431b27a534 (patch) | |
| tree | 80bed5e5d91de2cd9854b326d34ddcd3dfce4aed /docs/source | |
| parent | 44965c2d155c312662ede94cab4b355d4eab6a5c (diff) | |
| parent | 6a02ed19fa7f5c8dc08f54ff89fbbc4ba8b5bebd (diff) | |
| download | sqlparse-fd2c8e3d42a74f43c1f473628ec033431b27a534.tar.gz | |
Merge branch 'jdufresne-py2'
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 2 | ||||
| -rw-r--r-- | docs/source/intro.rst | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 70bd69a..a5be640 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # python-sqlparse documentation build configuration file, created by # sphinx-quickstart on Thu Feb 26 08:19:28 2009. # diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 330184a..41e4d23 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -120,7 +120,7 @@ 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.7, >=3.4 and pypy. Tests are +:mod:`sqlparse` is currently tested under Python 3.5+ and pypy. Tests are automatically run on each commit and for each pull request on Travis: https://travis-ci.org/andialbrecht/sqlparse |
