aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/python_version.py (follow)
Commit message (Collapse)AuthorAgeLines
* Refactor Python Version ParsingGravatar Hassan Abouelela2023-03-17-24/+13
| | | | | | | Remove the pointless function and allow the file-level constants to be imported by external callers. Signed-off-by: Hassan Abouelela <[email protected]>
* Add Multi-version CapabilityGravatar Hassan Abouelela2023-03-15-0/+54
Adds support for having multiple evaluation python versions installed in the docker container. A utility to automatically generate correct dockerfile instructions and nsjail mounts based on the available versions is also included. Signed-off-by: Hassan Abouelela <[email protected]>