-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
@desertaxle please let me know if you think further changes are necessary in order to support Python 3.10. |
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.
Thanks for the PR @j-tr! We also would want to add tests for Python 3.10 in our CI process. That should be as simple as commenting out this line:
prefect-ray/.github/workflows/tests.yml
Line 16 in 340d5d5
# - "3.10" |
setup.py
Outdated
@@ -36,6 +36,7 @@ | |||
"Programming Language :: Python :: 3.7", |
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.
prefect
doesn't support 3.7 so we can drop this line as well.
"Programming Language :: Python :: 3.7", |
CHANGELOG.md
Outdated
|
||
### Added | ||
|
||
- Support Python 3.10 |
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.
- Support Python 3.10 | |
- Support for Python 3.10 - [#105](https://github.com/PrefectHQ/prefect-ray/pull/105) |
Closes #104
Example
Ray supports Python 3.10 from version 2.0.0.
Screenshots
Checklist
pre-commit
checks.pre-commit install && pre-commit run --all
locally for formatting and linting.mkdocs serve
view documentation locally.