fabfuel / ecs-deploy

Powerful CLI tool to simplify Amazon ECS deployments, rollbacks & scaling
Other
843 stars 145 forks source link

New release that supports Python 3.12 #224

Closed alasdairnicol closed 2 days ago

alasdairnicol commented 1 month ago

Thank you for your work on ecs-deploy

Do you have any plans to make a new release? It would be great to have a new release that includes the fixes in #219 to support Python 3.12.

pietrodn commented 2 weeks ago

I second this request. 😄 For now, a workaround is to install from Git:

pipx install git+https://github.com/fabfuel/ecs-deploy.git
fabfuel commented 2 days ago

Hi everyone,

sorry for the delay. I have just released version 1.15.0 which drops Python2 support and adds Python 3.12.

Best Fabian