summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2021-06-12 17:39:36 -0300
committerGitHub <noreply@github.com>2021-06-12 17:39:36 -0300
commit9fc752c8e0720aa265a19490a9378e40ab096b0e (patch)
treeeb7f93568456fa2d3f571b827647c3b24d0ce197 /README.rst
parent0cc9cb0c5fe0a1c96a8068cf8b6bcf6b1700bd98 (diff)
parentde79c45c115493f542a6e308f8834bfdc1736c85 (diff)
downloadpint-9fc752c8e0720aa265a19490a9378e40ab096b0e.tar.gz
Merge pull request #1326 from jules-ch/drop-python3.6
Drop support for Python 3.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 cf57bf7..89b6442 100644
--- a/README.rst
+++ b/README.rst
@@ -40,8 +40,8 @@ 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 3.6+ with no other dependency.
-If you need Python 2.7 or 3.4/3.5 compatibility, use Pint 0.9.
+It has a complete test coverage. It runs in Python 3.7+ with no other dependency.
+If you need Python 3.6 compatibility, use Pint 0.17.
It is licensed under BSD.
It is extremely easy and natural to use: