summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSteve Dignam <sbdchd@users.noreply.github.com>2020-08-13 22:09:30 -0400
committerGitHub <noreply@github.com>2020-08-13 21:09:30 -0500
commitf9066e2be5881a39f0048a86987728df4fd9f773 (patch)
treefe2569b54e3baa1ce79fee15f3c1fe6db33ad0bc /README.rst
parentf3c255ca158182d024fa02e358e45a886886c2e7 (diff)
downloadpy-bcrypt-git-f9066e2be5881a39f0048a86987728df4fd9f773.tar.gz
add: type hints to top level functions (#218)
* WIP: add type hints to top level functions TODO: - see if mypy picks up types when installing in new project - setup mypy in CI fixes https://github.com/pyca/bcrypt/issues/215 * add mypy to ci & move py.typed to correct folder? * try and get mypy to run in CI * run mypy in travis? * use mypy defaults for python_version and platform https://mypy.readthedocs.io/en/stable/config_file.html#platform-configuration * update change log with changes
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2fa6044..29f1e2d 100644
--- a/README.rst
+++ b/README.rst
@@ -56,6 +56,8 @@ Changelog
Unreleased
----------
+* Add typehints for library functions
+
* Dropped support for Python versions less than 3.6 (2.7, 3.4, 3.5).
3.1.7