How can I configure the version of python to use #552
-
Hello!!, We are using doddba to create a v16 environment and we wanted to use the 'rest-framework' fastapi module, this module uses 'Annotated' typing which is introduced in python version 3.9 and we have seen that we are using 3.8, is there a way to choose or change the version of python that we use? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You would need to build the image yourself and change the first line from
to
in |
Beta Was this translation helpful? Give feedback.
-
Thank you very much @ap-wtioit , it has worked perfectly for me |
Beta Was this translation helpful? Give feedback.
You would need to build the image yourself and change the first line from
to
in
https://github.com/Tecnativa/doodba/blob/master/16.0.Dockerfile
and then of course test that everything is still working as expected