-
Notifications
You must be signed in to change notification settings - Fork 70
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
New version 8.0 #137
New version 8.0 #137
Conversation
Note that we added |
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.
Seems reasonable, should definitely build this on top of master
. I still don't love our workflow here, but don't have any concrete improvements to suggest.
``testing`` | ||
Ubuntu 18.04 supporting Python 2.7, 3.5, 3.6, 3.7, 3.8 and PyPy3.5-7.0.0. | ||
Ubuntu 20.04 supporting Python 2.7, 3.5, 3.6, 3.7, 3.8, 3.9.0rc1 and PyPy3.5-7.0.0. | ||
For internal development **testing** only, not available for public usage yet. |
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.
Isn't this available as a testing
image on RTD? We just don't document it?
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.
Yes. This image is available via the config file build: image: testing
but we don't document it.
I'll build this on top of |
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.
Far fewer changes than I was expecting for the upgrade here, that's good news.
Since we are upgrading the Docker image version, it's good to be prepared to have a newer Python version as well. We can start testing 3.9.0rc1 and finally upgrade to 3.9.0 stable in a minor fix docker image release.
It does not exist anymore in 20.04
This reverts commit ffc5610.
Co-authored-by: Anthony <aj@ohess.org>
c56c4f8
to
7239b0f
Compare
Rebased the branch with |
numpy
,pandas
andmatplotlib
in Python 3.9conda
(or regularpip
)Documentation to deploy this image into the servers once it's merged: https://docs.ops.verbthenouns.com/projects/community-ops/en/latest/deploying-docker-image.html