-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: adding Python 3.12 support for Xqueue #30
Conversation
Tested this branch locally and image building is successful. |
I have also tested the image build on local and it is working fine. However, when I attempted an xqueue problem (took the example from Readme), when the answer was submitted, there was never a response back. The spinner would keep on loading on Submitting state, even after refreshing the page. Not sure if it is due to this image or a general problem with xqueue configuration. |
@DawoudSheraz I followed the same procedure as detailed in the readme and got the submission working. Could you please develop a bit more on the problem you experienced? is Xqueue throwing any error logs? I don't have any special configuration for Xqueue in my local Tutor instance. |
I think it might have something to do with dev configuration. When I first attempt |
This PR aims to close #29