diff options
| author | Hernan Grecco <hernan.grecco@gmail.com> | 2021-06-12 17:39:36 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 17:39:36 -0300 |
| commit | 9fc752c8e0720aa265a19490a9378e40ab096b0e (patch) | |
| tree | eb7f93568456fa2d3f571b827647c3b24d0ce197 /docs | |
| parent | 0cc9cb0c5fe0a1c96a8068cf8b6bcf6b1700bd98 (diff) | |
| parent | de79c45c115493f542a6e308f8834bfdc1736c85 (diff) | |
| download | pint-9fc752c8e0720aa265a19490a9378e40ab096b0e.tar.gz | |
Merge pull request #1326 from jules-ch/drop-python3.6
Drop support for Python 3.6
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting.rst | 2 | ||||
| -rw-r--r-- | docs/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting.rst b/docs/getting.rst index 84239e2..c6f35cc 100644 --- a/docs/getting.rst +++ b/docs/getting.rst @@ -3,7 +3,7 @@ Installation ============ -Pint has no dependencies except Python_ itself. In runs on Python 3.6+. +Pint has no dependencies except Python_ itself. In runs on Python 3.7+. You can install it (or upgrade to the latest version) using pip_:: diff --git a/docs/index.rst b/docs/index.rst index 831ab6a..8268585 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,7 +16,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.6+ with no other +It has a complete test coverage. It runs in Python 3.7+ with no other dependencies. It is licensed under a `BSD 3-clause style license`_. It is extremely easy and natural to use: |
