-
Notifications
You must be signed in to change notification settings - Fork 110
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
parameterize + dockerize tests #619
Conversation
Thank you for initiating this PR! What can I do for you? Is it now supporting newer python version or preparing a docker? |
for now just preparing docker images so we can test multiple python versions. 3.12 has some dependency issues, I believe ray being one of them |
Is there anything I can do to help? |
one this is that it seems the docstring commenter is broken for forks |
@pengzhenghao As you made the docstring commenter, could you take a look at this? I am not familiar with this.. |
sure! I just removed the docstring commenter. |
What changes do you make in this PR?
Test other python versions to ensure they don't break, with the goal of supporting 3.12 soon (when some other packages support 3.12)
Checklist
bash scripts/format.sh
before merging.