-
Notifications
You must be signed in to change notification settings - Fork 204
SG-32806 Enable support for Python 3.10 in CI #301
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
Conversation
6ac86a1
to
f79b037
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carlos-villavicencio-adsk what about the Chorus warnings? Anything we can do to avoid them? Any comment pattern to silent them?
We cannot avoid them without completely removing the Python 2 support. The warning is on the existing legacy code we have. We can skip them, it's on the same invocation. |
We need to
rebase #305 andcomplete SG-32847 before testing this again.