aws / chalice

Python Serverless Microframework for AWS
Apache License 2.0
10.67k stars 1.01k forks source link

python 3.10 #2036

Closed ogrodnek closed 1 year ago

ogrodnek commented 1 year ago

Issue #, if available: #2037

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

VitalyAssurance commented 1 year ago

Thank you for providing the fix. I hope AWS team will merge it soon.

sorendaugaard commented 1 year ago

@jamesls in https://github.com/aws/chalice/issues/2015 you mentioned that Challice is still being supported.

Any chance we can get this Python 3.10 upgrade reviewed and merged?

dlchet commented 1 year ago

I successfully used this branch to deploy a 3.10 lambda function.

jamesls commented 1 year ago

Thanks for the PR, looks like all the CI is passing for 3.10, going to pull it down locally and try it out.

devinmatte commented 1 year ago

Any update on this @jamesls? This is the last blocker for updating my whole stack to 3.10

devinmatte commented 1 year ago

@jamesls Not to rush you, just wondering if there's a timeline for how long after a merge like this we can expect to see it in pypi?

jamesls commented 1 year ago

Version 1.29.0 is now released, which includes this PR.

devinmatte commented 1 year ago

Thanks so much @jamesls @ogrodnek!