summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-10-30 11:25:53 -0700
committerGitHub <noreply@github.com>2021-10-30 11:25:53 -0700
commitad732181b379f727d0559d389ab2ce59f7206304 (patch)
tree69bfbd50ccc452a289c908ef769086d0aba68dcc
parent5f399af9cd5fc15a0e0d7e48171b6a58e20d7753 (diff)
parente06577ef0b72647efbcd977cf81ea063a0ac9b1e (diff)
downloadjsonschema-ad732181b379f727d0559d389ab2ce59f7206304.tar.gz
Merge pull request #869 from sir-sigurd/patch-1
Add release note about dropping support for Py 3.6
-rw-r--r--CHANGELOG.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 40ece8a..58c18a1 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).