-
Notifications
You must be signed in to change notification settings - Fork 43
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
Update python agent, pyhon, streamlit and jupyter quickstarters to 3.11 #924
Conversation
@sklingel @gerardcl I just did a short test and Streamlit fails with the code that we have right now on master branch but not with the update to python 3.11
|
hi @braisvq1996 ! awesome!! this is great news! 🚀 |
With the update to python 3.11 Streamlit application no longer breaks. For the issue in 3.9, I did not investigasted as the main objective here was to update ;) |
@@ -115,16 +115,16 @@ The Jenkinsfile is provisioned with this quick starter to ease CI/CD process. In | |||
|
|||
This quickstarter uses https://github.com/opendevstack/ods-quickstarters/tree/master/common/jenkins-agents/python[Python] builder agent Jenkins builder agent. | |||
|
|||
**NOTE**: The ODS Jenkins Pytnon Agent supports Python versions 3.9, 3.8 and 3.6. See next chapter for further information. | |||
**NOTE**: The ODS Jenkins Pytnon Agent supports Python versions 3.11, 3.9, 3.8 and 3.6. See next chapter for further information. |
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.
I would add here "to avoid/stop using 3.6", or to not even mention it anymore.
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.
LGTM! 🚀
That is really strange, seems like some dependency is broken, when I checked two weeks ago everything was successfully deploying for the promotion test. |
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.
LGTM
I know that all the tests we did back then we're successful for streamlit with python 3.9 |
Seems like a recent break in streamlit: https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921/12. |
Closes #902
Related to #912
Summary:
Tests: