We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bc8b4 commit a4e1189Copy full SHA for a4e1189
noxfile.py
@@ -35,6 +35,8 @@
35
DEFAULT_PYTHON_VERSION = "3.9"
36
37
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
38
+ "3.7",
39
+ "3.8",
40
"3.9",
41
"3.10",
42
"3.11",
0 commit comments