summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJules Chéron <jules.cheron@gmail.com>2022-01-16 14:45:38 +0100
committerJules Chéron <43635101+jules-ch@users.noreply.github.com>2022-02-04 17:43:06 +0100
commit2a3b7fdf9ace7760c6ef9d252178f10608600a28 (patch)
treeb84096f618810394d840c72ddf81c45514e1d620 /README.rst
parent8532f7760d393adea6f7b31eb0444fcc27b6d5b4 (diff)
downloadpint-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 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index e43930f..86c8f77 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,9 @@
:target: https://pypi.python.org/pypi/pint
:alt: Latest Version
+.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
+ :target: https://github.com/python/black
+
.. image:: https://readthedocs.org/projects/pint/badge/
:target: https://pint.readthedocs.org/
:alt: Documentation
@@ -40,8 +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.7+ with no other dependency.
-If you need Python 3.6 compatibility, use Pint 0.17.
+It has a complete test coverage. It runs in Python 3.8+ with no other dependency.
It is licensed under BSD.
It is extremely easy and natural to use: