mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Upgrade code and dependencies for Redwood and later releases #326

Open blarghmatey opened 3 months ago

blarghmatey commented 3 months ago

Description/Context

The Redwood release updated the version of Python being used in codejail and edx-platfrom from 3.8 to 3.11. Along with that there were version updates to the dependencies installed in the codejail environment, which this library relies on. The current code in this repository is incompatible with the newer versions of Python and dependencies required for Redwood and later. This affects the ability to use this module in courses running on MITx Online, Residential MITx, and will impact the ability to run those courses on edx.org (if not now, then in the near future).

Plan/Design