aws / chalice

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

Update packaging integration tests to use latest major version #2096

Closed jamesls closed 7 months ago

jamesls commented 7 months ago

On the latest version of Python supported by Lambda, we want to make sure that we're able to package the latest major version of popular third party packages. We can't expect that older package versions will be forward compatible with newer versions of Python, which is causing these extended packaging tests to fail on 3.12.

I've also bumped the legacy_version to be what the previous latest version was.