-
Notifications
You must be signed in to change notification settings - Fork 60
fix: bare base gunicorn based extensions #839
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
fix: bare base gunicorn based extensions #839
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine after you implement the feedback from Tiago
|
Can we get that PR also landed on |
If someone creates the PR I'll merge it |
* fix: bare base gunicorn based extensions * chore: raise notimplemented error for unknown base * chore: scenario cleanup
* fix: bare base gunicorn based extensions * chore: raise notimplemented error for unknown base * chore: scenario cleanup
Fixes issues with using hardcoded Python 3.10 for gunicorn based extensions. As we add support for more bases, different python versions for different bases should be added accordingly.