Skip to content

Commit 04f5438

Browse files
docs: update the faq regarding the python support (#347)
* docs: update the faq regarding the python support * docs: apply gemini suggestion Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 80853cc commit 04f5438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
Unfortunately, no. Those problem types cannot be used in a `customresponse` problem, so we can't grade them with a python grader.
66

7-
- Does the grader work with python 2 or python 3?
7+
- Does the grader work with Python 2 or Python 3?
88

9-
It works with both! Older versions of edX ran python graders in python 2.7; newer versions use python 3.8. The library works seamlessly with both. No changes to any code are required to switch between versions. Some functionality requires python 3.5 however.
9+
The library now only supports Python 3 (versions 3.8 and 3.11), as support for Python 2 was dropped in Version 3. For more information, see the [CHANGELOG](https://mitodl.github.io/mitx-grading-library/changelog/). If you need to use older versions of this package, you can download `python_lib.zip` from the Assets section of the [GitHub releases](https://github.com/mitodl/mitx-grading-library/releases).

0 commit comments

Comments
 (0)