-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
bpo-30327: Comment as to why docs are built against Python 3.6 #1550
Conversation
@brettcannon, thanks for your PR! By analyzing the history of the files in this pull request, we identified @berkerpeksag, @dstufft and @zware to be potential reviewers. |
@@ -32,6 +32,7 @@ matrix: | |||
include: | |||
- os: linux | |||
language: python | |||
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs. | |||
python: 3.6 |
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.
Couldn't we use python: nightly
? That should be relatively stable since we're using pre-commit CI now.
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.
@zware :) Just had this discussion on the linked issue.
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.
Fair enough :)
@@ -32,6 +32,7 @@ matrix: | |||
include: | |||
- os: linux | |||
language: python | |||
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs. | |||
python: 3.6 |
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.
Fair enough :)
No description provided.