diff options
| author | Jules Chéron <jules.cheron@gmail.com> | 2022-01-16 14:45:38 +0100 |
|---|---|---|
| committer | Jules Chéron <43635101+jules-ch@users.noreply.github.com> | 2022-02-04 17:43:06 +0100 |
| commit | 2a3b7fdf9ace7760c6ef9d252178f10608600a28 (patch) | |
| tree | b84096f618810394d840c72ddf81c45514e1d620 /docs | |
| parent | 8532f7760d393adea6f7b31eb0444fcc27b6d5b4 (diff) | |
| download | pint-2a3b7fdf9ace7760c6ef9d252178f10608600a28.tar.gz | |
Drop Support for Python 3.7
- Update CHANGES
- Update README
- Add black badge in README
- Update Docs
- Move pull request template to github folder
- Update CI with minimal dependencies
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 c6f35cc..0afcea3 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.7+. +Pint has no dependencies except Python_ itself. In runs on Python 3.8+. You can install it (or upgrade to the latest version) using pip_:: diff --git a/docs/index.rst b/docs/index.rst index 108b43e..806c0ff 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.7+ with no other +It has a complete test coverage. It runs in Python 3.8+ with no other dependencies. It is licensed under a `BSD 3-clause style license`_. It is extremely easy and natural to use: |
