github HypothesisWorks/hypothesis hypothesis-python-5.4.0
Hypothesis for Python - version 5.4.0

latest releases: hypothesis-python-6.118.8, hypothesis-python-6.118.7, hypothesis-python-6.118.6...
4 years ago

This release removes support for Python 3.5.0 and 3.5.1, where the
"typing" module was quite immature (e.g. missing "overload()" and
"Type").

Note that Python 3.5 will reach its end-of-life in September 2020, and
new releases of Hypothesis may drop support somewhat earlier.

Note:

"pip install hypothesis" should continue to give you the latest
compatible version. If you have somehow ended up with an
incompatible version, you need to update your packaging stack to
"pip >= 9.0" and "setuptools >= 24.2" - see here for details. Then
"pip uninstall hypothesis && pip install hypothesis" will get you
back to a compatible version.

The canonical version of these notes (with links) is on readthedocs.

Don't miss a new hypothesis release

NewReleases is sending notifications on new releases.