summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-19 14:12:51 +0300
committerHugo <hugovk@users.noreply.github.com>2017-10-19 14:12:51 +0300
commit040bdb15d31786c36c88f0b79e7f7d6fe3440765 (patch)
treeba6c326c7f74635c9d4924b1af12fe9d80e50b19 /README.rst
parentc745269eb5db3f4367973d41223afcf7c9f563c4 (diff)
downloadpint-040bdb15d31786c36c88f0b79e7f7d6fe3440765.tar.gz
Drop support for EOL Python 2.6
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 86f5367..1512887 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.6 and 3.X
+It has a complete test coverage. It runs in Python 2.7 and 3.X
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.6+ and Python 3.0+.
+- Python 2 and 3: A single codebase that runs unchanged in Python 2.7 and Python 3.0+.
- Advanced NumPy support: While NumPy is not a requirement for Pint,
when available ndarray methods and ufuncs can be used in Quantity objects.