Drop support for EOL Python 3.5

This commit is contained in:
Hugo van Kemenade
2020-10-19 10:02:36 +03:00
parent f61d4ed9d5
commit a642650e17
9 changed files with 17 additions and 51 deletions

View File

@@ -443,7 +443,7 @@ def approx(expected, rel=None, abs=None, nan_ok: bool = False) -> ApproxBase:
both ``a`` and ``b``, this test is symmetric (i.e. neither ``a`` nor
``b`` is a "reference value"). You have to specify an absolute tolerance
if you want to compare to ``0.0`` because there is no tolerance by
default. Only available in python>=3.5. `More information...`__
default. `More information...`__
__ https://docs.python.org/3/library/math.html#math.isclose