8000 Build Instructions: Fix to work with the latest Makefile by davidfstr · Pull Request #2485 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Build Instructions: Fix to work with the latest Makefile #2485

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

Merged
merged 4 commits into from
Apr 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Build Instructions: Emphasize that Python 3.9 or later is required
  • Loading branch information
davidfstr committed Apr 15, 2022
commit 9d13efd8dc53498a38bd5f7e05419a0b8d9b5792
4 changes: 2 additions & 2 deletions docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This can also be used to check that the PEP is valid reStructuredText before
submission to the PEP editors.

The rest of this document assumes you are working from a local clone of the
`PEPs repository <https://github.com/python/peps>`__, with Python 3.9 or later
installed.
`PEPs repository <https://github.com/python/peps>`__, with
**Python 3.9 or later** installed.


Render PEPs locally
Expand Down
0