Skip to content

Commit c0a918b

Browse files
authored
Add release note about dropping support for Py 3.6
It was dropped in 3fb0576
1 parent 5f399af commit c0a918b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ v4.0.0
4242
* Validation errors now have a ``json_path`` attribute, describing their
4343
location in JSON path format
4444
* Support for the IP address and domain name formats has been improved
45-
* Support for Python 2 has been dropped, with ``python_requires`` properly
46-
set.
45+
* Support for Python 2 and 3.6 has been dropped, with ``python_requires``
46+
properly set.
4747
* ``multipleOf`` could overflow when given sufficiently large numbers. Now,
4848
when an overflow occurs, ``jsonschema`` will fall back to using fraction
4949
division (#746).

0 commit comments

Comments
 (0)