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

Add (and test) Support for Python 3.8 #107

Open
ddluke opened this issue May 17, 2022 · 0 comments
Open

Add (and test) Support for Python 3.8 #107

ddluke opened this issue May 17, 2022 · 0 comments

Comments

@ddluke
Copy link

ddluke commented May 17, 2022

Describe the feature you'd like

The sagemaker inference toolkit sagemaker_inference should support (at a bare minimum) Python 3.8. It's currently only tested against 2.7, 3.6 and 3.7.

How would this feature be used? Please describe.

Python 3.7 is about to reach End-Of-Live by June 2023. In fact, many popular open source libraries commonly used also in the scope of this inference toolkit are shifting to 3.8 already and are discontinuing support for 3.7. Examples include, but are not limited to:

Describe alternatives you've considered

There are no alternatives. Python 3.7 will reach end of life soon and the inference toolkit will become impossible to use if you want to use up-to-date common AI libraries.

Additional context

Related: #106

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

No branches or pull requests

1 participant