Bumped Python version of runtime and CI#115
Conversation
theatul
left a comment
There was a problem hiding this comment.
Though i am not familiar with code base enough but version changes seem consistent to me.
65d540e to
9d8a4d5
Compare
5260277 to
8cd2c06
Compare
theatul
left a comment
There was a problem hiding this comment.
Seems fine to me other than one nit.
1c7abc5 to
fe44a5b
Compare
- Added scripts to build images properly
a1e4f52 to
08f60fb
Compare
riconnon
left a comment
There was a problem hiding this comment.
This largely looks fine...
I'm curious about the rationale behind keeping 3.7.1 and 3.8.5 approved nonetheless
|
@riconnon this is to maintain backward compatibility. We had discussions with Sachin and we concluded that existing functions should not bump 3.8.5 to 3.8.8 internally. Hence all the functions that use Python 3.7.1 and Python 3.8.5 will continue working but no new apps can be created with these versions. Also, this is the first phase of FDK work. We plan to send out all the breaking changes in the third phase which includes discontinuation of support for 3.8.5 and 3.7.1. |
This PR introduces Python 3.8 and Python 3.7 into FDK.