-
Notifications
You must be signed in to change notification settings - Fork 6.9k
py3.10 migration work #58453
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
base: master
Are you sure you want to change the base?
py3.10 migration work #58453
Conversation
- run modin tests in python 3.10, which depends on datalbuild - fixes data dashboard test dependency - fixes data flaky test dependency Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
…work Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
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.
Code Review
This pull request refactors the Buildkite CI configuration by moving documentation-related build and linting steps into a separate doc.rayci.yml file. It also introduces new requirements for Python 3.10. The CI refactoring looks good, but I've found several issues in the new release/requirements_py310.in file. There are multiple dependencies with versions that do not exist on PyPI, which will cause build failures. I've left comments with suggestions to fix them. There is also a redundant dependency declaration that should be cleaned up.
| pybuildkite | ||
| PyGithub | ||
| requests | ||
| twine == 6.1.0 |
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.
|
|
||
| # Upgrades | ||
| typing-extensions>=4.10 | ||
| jsonschema>=4.23.0 |
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.
| typing-extensions>=4.10 | ||
| jsonschema>=4.23.0 | ||
| certifi>=2025.1.31 | ||
| h11>=0.16.0 |
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.
| pyyaml | ||
| pybuildkite | ||
| PyGithub | ||
| requests |
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.
No description provided.