From c0a918b580fd5471cda54785c9d0e8e0cb8d7ad3 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Fri, 29 Oct 2021 13:38:32 +0500 Subject: Add release note about dropping support for Py 3.6 It was dropped in https://github.com/Julian/jsonschema/commit/3fb0576411701b57899cf9c812e32046ddc2adf9 --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 40ece8a..4812661 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -42,8 +42,8 @@ v4.0.0 * Validation errors now have a ``json_path`` attribute, describing their location in JSON path format * Support for the IP address and domain name formats has been improved -* Support for Python 2 has been dropped, with ``python_requires`` properly - set. +* Support for Python 2 and 3.6 has been dropped, with ``python_requires`` + properly set. * ``multipleOf`` could overflow when given sufficiently large numbers. Now, when an overflow occurs, ``jsonschema`` will fall back to using fraction division (#746). -- cgit v1.2.1 From e06577ef0b72647efbcd977cf81ea063a0ac9b1e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 08:38:59 +0000 Subject: [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4812661..58c18a1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -42,7 +42,7 @@ v4.0.0 * Validation errors now have a ``json_path`` attribute, describing their location in JSON path format * Support for the IP address and domain name formats has been improved -* Support for Python 2 and 3.6 has been dropped, with ``python_requires`` +* Support for Python 2 and 3.6 has been dropped, with ``python_requires`` properly set. * ``multipleOf`` could overflow when given sufficiently large numbers. Now, when an overflow occurs, ``jsonschema`` will fall back to using fraction -- cgit v1.2.1