From 3fb0576411701b57899cf9c812e32046ddc2adf9 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 20 Aug 2021 11:36:15 +0100 Subject: Drop support for Python 3.6. It's in security fix only mode (till EOY) and doesn't support module-level __getattr__ yet, which presents enough of a minor nuisance to drop it. Users should stick to older jsonschema versions (which should be properly marked.) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 71c7633..811a5a9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{36,37,38,39,py3}-{noextra,format,format_nongpl}-{build,tests}, + py{37,38,39,py3}-{noextra,format,format_nongpl}-{build,tests}, readme safety secrets -- cgit v1.2.1