Skip to content

Commit a74d3b7

Browse files
authored
Update autograding.json
1 parent 0f8cfa1 commit a74d3b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/classroom/autograding.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"tests": [
33
{
44
"name": "Tests",
5-
"setup": "python3.10 -m pip install pytest pytest-console-scripts",
6-
"run": "python3.10 -m pytest tests.py",
5+
"setup": "python3.12 -m pip install pytest pytest-console-scripts",
6+
"run": "python3.12 -m pytest tests.py",
77
"input": "",
88
"output": "",
99
"comparison": "included",
1010
"timeout": 10,
1111
"points": null
1212
}
1313
]
14-
}
14+
}

0 commit comments

Comments
 (0)