Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for python 2.7 ? #198

Open
pbthorste opened this issue Apr 1, 2022 · 2 comments
Open

Drop support for python 2.7 ? #198

pbthorste opened this issue Apr 1, 2022 · 2 comments

Comments

@pbthorste
Copy link
Contributor

Python 2.7 is not supported anymore and ecs-deploy doesn't really work with it anymore.

When trying to run a deploy under python 2.7 this error appears:

Unknown parameter in input: "runtimePlatform", must be one of: 

Because the last supported version of boto3 did not have this parameter:
https://boto3.amazonaws.com/v1/documentation/api/1.17.112/reference/services/ecs.html?highlight=register_task_definition#ECS.Client.register_task_definition

@hugovk
Copy link

hugovk commented Jun 14, 2022

Please see PR #208.

@pbthorste
Copy link
Contributor Author

Nicely done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants