aws-cloudformation / cloudformation-cli-python-plugin

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.
Apache License 2.0
108 stars 45 forks source link

Support newer version of Python #263

Open melouaer opened 10 months ago

melouaer commented 10 months ago

Hello team

Cloudformation cli python plugin supports python3.6 and python3.7 runtime for building new types. As of today, these python versions are at end of support. Are there any plans to support a newer version of Python runtime in the roadmap?

Thank you

kapilt commented 9 months ago

yeah this causes a serious issue wrt to using dependencies as most of the ecosystem has moved on from these unsupported versions.

kapilt commented 9 months ago

it does look like newer versions are supported per the cli code just the documentation is woefully out of date.

https://github.com/aws-cloudformation/cloudformation-cli/blob/master/src/rpdk/core/hook/init_hook.py