This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Version may be out of date in travis.yml
Type: behavior Stage: resolved
Components: Build, Tests Versions: Python 3.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Jensen Taylor, brett.cannon, vstinner
Priority: normal Keywords:

Created on 2017-05-10 06:14 by Jensen Taylor, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 1526 closed python-dev, 2017-05-10 06:22
PR 1550 merged brett.cannon, 2017-05-11 17:30
Messages (4)
msg293381 - (view) Author: Jensen Taylor (Jensen Taylor) * Date: 2017-05-10 06:14
It's only 3.6. I may be talking nonsense but it didn't quite look right
msg293384 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-05-10 06:49
Python 3.6 is the latest stable release of Python. It's perfectly fine to *build the documentation* using that version.

I don't think that the Travis "docs job" must test that Sphinx works on the nightly version: this work should be done by Sphinx, not by the Python documentation team.
msg293462 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-05-10 23:18
@Brett: What do you think?
msg293510 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2017-05-11 17:32
I agree with Victor since that's why I set up the Travis file that way. :)

Thanks to this issue, though, I have added a comment to .travis.yml to explain why the version is what it is.
History
Date User Action Args
2022-04-11 14:58:46adminsetgithub: 74512
2017-05-11 17:32:54brett.cannonsetstatus: open -> closed
resolution: not a bug
stage: resolved
2017-05-11 17:32:13brett.cannonsetmessages: + msg293510
2017-05-11 17:30:54brett.cannonsetpull_requests: + pull_request1648
2017-05-10 23:18:26vstinnersetnosy: + brett.cannon
messages: + msg293462
2017-05-10 06:49:24vstinnersetnosy: + vstinner
messages: + msg293384
2017-05-10 06:22:33python-devsetpull_requests: + pull_request1625
2017-05-10 06:14:35Jensen Taylorcreate