summaryrefslogtreecommitdiff
path: root/README.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 /README.rst
parent539bae4b710e27e1981cc8e5c83b2d697bc036c2 (diff)
downloadpint-7516b2047c6f206d85e255c5344ff045ce421609.tar.gz
Drop support for EOL Python 3.0-3.2
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1512887..1f7dfc0 100644
--- a/README.rst
+++ b/README.rst
@@ -40,7 +40,7 @@ and constants. 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.X
+It has a complete test coverage. It runs in Python 2.7 and 3.3+
with no other dependency. It is licensed under BSD.
It is extremely easy and natural to use:
@@ -111,7 +111,7 @@ Pint to scratch my own itches.
- 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 2 and 3: A single codebase that runs unchanged in Python 2.7 and Python 3.3+.
- Advanced NumPy support: While NumPy is not a requirement for Pint,
when available ndarray methods and ufuncs can be used in Quantity objects.