Skip to content
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

Support Python 3.11, fix CLI entrypoint issue #279

Merged
merged 1 commit into from
Dec 29, 2023
Merged

Support Python 3.11, fix CLI entrypoint issue #279

merged 1 commit into from
Dec 29, 2023

Conversation

dongreenberg
Copy link
Contributor

It appears we support 3.11 now that Ray does. Basic testing confirms, but typical constraints stand - we can't cloudpickles functions and send them across Python versions, which we do a couple times in tests (to be fixed shortly).

Also fixes a longtime pesky error wher we were getting a pkg_resources error when attempting to us the CLI without AWSCLI v1 isntalled. For some reason adding a nearly empty pyproject.toml fixes that. Great.

Copy link
Contributor Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

It appears we support 3.11 now that Ray does. Basic testing confirms, but typical constraints stand - we can't cloudpickles functions and send them across Python versions, which we do a couple times in tests (to be fixed shortly).

Also fixes a longtime pesky error wher we were getting a pkg_resources error when attempting to us the CLI without AWSCLI v1 isntalled. For some reason adding a nearly empty pyproject.toml fixes that. Great.
@dongreenberg dongreenberg merged commit 9e1d901 into main Dec 29, 2023
9 of 21 checks passed
@dongreenberg dongreenberg deleted the py311 branch December 29, 2023 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants