From 707a054da49b3a5ccbac9e16bfb490f1ff65ccb6 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Tue, 3 Aug 2021 07:52:18 -0500 Subject: Drop support for python 3.6 --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noxfile.py') diff --git a/noxfile.py b/noxfile.py index 753294d..7da8c34 100644 --- a/noxfile.py +++ b/noxfile.py @@ -23,7 +23,7 @@ COVERAGE_ARGS = '--cov --cov-report=term --cov-report=html' # Generate HTML + s XDIST_ARGS = '--numprocesses=auto --dist=loadfile' # Run tests in parallel, grouped by test module -@session(python=['3.6', '3.7', '3.8', '3.9', '3.10']) +@session(python=['3.7', '3.8', '3.9', '3.10']) def test(session): """Run tests for a specific python version""" test_paths = session.posargs or [UNIT_TESTS] -- cgit v1.2.1