-
Notifications
You must be signed in to change notification settings - Fork 590
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We don't have a CI job for patch versions of Python 3.5, and I don't want to add one for the sake of ugly workarounds on an old Python we're dropping soon anyway.
- Loading branch information
Showing
6 changed files
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
RELEASE_TYPE: minor | ||
|
||
This release removes support for Python 3.5.0 and 3.5.1, where the | ||
:mod:`python:typing` module was quite immature (e.g. missing | ||
:func:`~python:typing.overload` and :obj:`~python:typing.Type`). | ||
|
||
.. note:: | ||
``pip install hypothesis`` should continue to give you the latest compatible version. | ||
If you have somehow ended up with Hypothesis 5.0 on Python 2, you need to update your | ||
packaging stack to ``pip >= 9.0`` and ``setuptools >= 24.2`` - see `here for details | ||
<https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires>`__. | ||
Then ``pip uninstall hypothesis && pip install hypothesis`` will get you back to | ||
a compatible version. | ||
|
||
Note that Python 3.5 will reach its end-of-life in September 2020, | ||
and new releases of Hypothesis may drop support somewhat earlier. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters