We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2c732 commit 7deb6b8Copy full SHA for 7deb6b8
noxfile.py
@@ -59,7 +59,7 @@
59
UNIT_TEST_EXTRAS: List[str] = []
60
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
61
62
-SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8"]
+SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.9"]
63
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
64
"mock",
65
"pytest",
0 commit comments