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.
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.