summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-04-29 19:10:38 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-04-29 19:20:18 -0300
commit1208b3d503913eabe8ac96db18ee2ad14af1bdd6 (patch)
treebca861cc05cfd773dbeb4d248dde5d04f0e74c5d /README.rst
parentf3f2158ac7600e26a32141ec5da7cc69dfb461d7 (diff)
downloadpint-1208b3d503913eabe8ac96db18ee2ad14af1bdd6.tar.gz
Apply NEP-29: Pint now requires Python 3.9+ and NumPy 1.21+
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 32879d9..89f19f4 100644
--- a/README.rst
+++ b/README.rst
@@ -43,7 +43,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 3.8+ with no other dependency.
+It has a complete test coverage. It runs in Python 3.9+ with no other dependency.
It is licensed under BSD.
It is extremely easy and natural to use: