diff options
author | Brian Harring <ferringb@gmail.com> | 2012-09-30 00:10:24 -0700 |
---|---|---|
committer | Brian Harring <ferringb@gmail.com> | 2012-09-30 00:10:24 -0700 |
commit | 87cc5a49c5553f7c910e20aa8b396a241be7008e (patch) | |
tree | aa28189de82190fdbc4bc7a3561e0b0af3c51b41 /doc | |
parent | Mark snakeoil 0.5.1 (diff) | |
download | snakeoil-87cc5a49c5553f7c910e20aa8b396a241be7008e.tar.gz snakeoil-87cc5a49c5553f7c910e20aa8b396a241be7008e.tar.bz2 snakeoil-87cc5a49c5553f7c910e20aa8b396a241be7008e.zip |
update python version requirements
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index c32a82e7..53e4027f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -9,7 +9,7 @@ Welcome to snakeoil. Now what is it? Snakeoil is a library with the rough intentions of holding common python patterns/implementations, optimized common functionality, functionality to ease -supporting multiple python versions (specifically python2.4 through 3.2), and finally +supporting multiple python versions (specifically python2.5 through 3.3), and finally well tested implementations of rather hard problems to solve. Snakeoil's naming was chosen partially as a python analog of `liboil <http://liboil.freedesktop.org/>`_ |