summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-19 15:26:42 +0300
committerHugo <hugovk@users.noreply.github.com>2017-10-19 15:26:42 +0300
commit7516b2047c6f206d85e255c5344ff045ce421609 (patch)
treeb9acf6c4f1c17630dda6a8db9396d13b85d2b808 /docs/index.rst
parent539bae4b710e27e1981cc8e5c83b2d697bc036c2 (diff)
downloadpint-7516b2047c6f206d85e255c5344ff045ce421609.tar.gz
Drop support for EOL Python 3.0-3.2
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b8e013c..c3884e2 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -16,7 +16,7 @@ Due to its modular design, you can extend (or even rewrite!) the complete list
without changing the source code. It supports a lot of numpy mathematical
operations **without monkey patching or wrapping numpy**.
-It has a complete test coverage. It runs in Python 2.7 and 3.2+ with no other
+It has a complete test coverage. It runs in Python 2.7 and 3.3+ with no other
dependency. It is licensed under BSD.
@@ -100,7 +100,7 @@ points, like positions on a map or absolute temperature scales.
**Dependency free**: it depends only on Python and its standard library.
**Python 2 and 3**: a single codebase that runs unchanged in Python 2.7+ and
-Python 3.0+.
+Python 3.3+.