From c5cd7d0de44e81653ef7a728b97272d00ff4cb1a Mon Sep 17 00:00:00 2001 From: ankiaga Date: Tue, 6 Feb 2024 13:30:33 +0530 Subject: [PATCH] Small fix --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 150caf4895..8461dab8fd 100644 --- a/noxfile.py +++ b/noxfile.py @@ -48,7 +48,7 @@ UNIT_TEST_EXTRAS: List[str] = [] UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {} -SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.9"] +SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8"] SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [ "mock", "pytest",