summaryrefslogtreecommitdiff
path: root/docs/getting
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting')
-rw-r--r--docs/getting/index.rst2
-rw-r--r--docs/getting/overview.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting/index.rst b/docs/getting/index.rst
index 9907aeb..41ffaf9 100644
--- a/docs/getting/index.rst
+++ b/docs/getting/index.rst
@@ -8,7 +8,7 @@ The getting started guide aims to get you using pint productively as quickly as
Installation
------------
-Pint has no dependencies except Python itself. In runs on Python 3.8+.
+Pint has no dependencies except Python itself. In runs on Python 3.9+.
.. grid:: 2
diff --git a/docs/getting/overview.rst b/docs/getting/overview.rst
index cd639aa..61dfc14 100644
--- a/docs/getting/overview.rst
+++ b/docs/getting/overview.rst
@@ -14,7 +14,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 3.8+ with no other
+It has a complete test coverage. It runs in Python 3.9+ with no other
dependencies. It is licensed under a `BSD 3-clause style license`_.
It is extremely easy and natural to use: