From a7502cfbd31c5179bb0bd4a57713b925ee55111d Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 2 Mar 2022 08:28:22 -0600 Subject: [PATCH] Update python support in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1ddadd7..5ad0c33c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To enable fast validation with `fastjsonschema`, set the environment variable `N ## Python Version Support -This library supported python 2.7 and python 3.5+ for `4.x.x` releases. With python 2's end-of-life nbformat `5.x.x` is now python 3.5+ only. Support for 3.5 will be dropped when it's officially sunset by the python organization. +This library supported Python 2.7 and Python 3.5+ for `4.x.x` releases. With Python 2's end-of-life nbformat `5.x.x` supported Python 3 only. Support for Python 3.x versions will be dropped when they are officially sunset by the python organization. ## Contributing