From 4ca5d7cd2add75e47b755a85bce75ea1568bd38d Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 20 Jan 2024 19:04:10 +0000 Subject: [PATCH] We can't update the 3.6 pins in CI --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 2d44137b0..8747b91dd 100644 --- a/noxfile.py +++ b/noxfile.py @@ -9,7 +9,7 @@ nox.options.sessions = ["lint", "pylint", "check_manifest", "tests"] -PYTHON_ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] +PYTHON_ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] DIR = Path(__file__).parent.resolve()