readthedocs / readthedocs-docker-images

Docker image definitions used by Read the Docs
115 stars 70 forks source link

Add support for Python 3.9 to 7.x image #159

Closed humitos closed 3 years ago

humitos commented 3 years ago

Install Python 3.9 in our current "testing" (7.0) image so users can start building their documentation with Python 3.9.

NOTE: I'm merging this into release/7.x branch, and they should be released as an update of the current "testing" image. These changes should be ported to master as well.

Requires: https://github.com/readthedocs/readthedocs.org/pull/7885 Closes #140

humitos commented 3 years ago

Build of tag 7.0.7 is happening at https://hub.docker.com/repository/registry-1.docker.io/readthedocs/build/builds/232be531-d486-45d1-818d-13deb0ce616a

ThiefMaster commented 3 years ago

Is anything needed to use this new image? Specifying 3.9 still fails for me...

Edit: Looks like this helped:

build:
  image: testing
astrojuanlu commented 3 years ago

@humitos This missed an update to the README, am I right?