summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2021-10-29 13:38:32 +0500
committerGitHub <noreply@github.com>2021-10-29 13:38:32 +0500
commitc0a918b580fd5471cda54785c9d0e8e0cb8d7ad3 (patch)
treea90c35d31eeb1f391516846b1f9b6e33604a4b1a
parent5f399af9cd5fc15a0e0d7e48171b6a58e20d7753 (diff)
downloadjsonschema-c0a918b580fd5471cda54785c9d0e8e0cb8d7ad3.tar.gz
Add release note about dropping support for Py 3.6
It was dropped in https://github.com/Julian/jsonschema/commit/3fb0576411701b57899cf9c812e32046ddc2adf9
-rw-r--r--CHANGELOG.rst4
1 files 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).