Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xqueue-watcher] add python 3.11 and 3.12 support #110

Merged
merged 2 commits into from
Mar 29, 2024

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    243bc9c View commit details
    Browse the repository at this point in the history
  2. fix: Switch from imp to importlib.

    The import in `grader.py` was just not being used so I dropped it.  In
    jailedgrader.py I replaced the implementation with the sourcefile loader
    from importlib which is still around.  The `imp` module is deprecated
    and was removed in Python 3.12
    
    With these changes the code is compatible with Python 3.8 and 3.12.
    feanil committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    dc93288 View commit details
    Browse the repository at this point in the history